We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071dbdb commit 44cc84bCopy full SHA for 44cc84b
web/src/components/ElementOOPInfo.astro
@@ -94,7 +94,7 @@ let oop_constructor = oop_compatible_functions.find(func => func.oop.constructor
94
)}
95
96
{method.variable && (
97
- <strong>Variable:</strong> <span><a href="/reference/Vector">{element_name}</a>.{method.variable}</span>
+ <strong>Variable:</strong> <span>.{method.variable}</span>
98
99
</>
100
))}
0 commit comments