Skip to content

Commit 44cc84b

Browse files
committed
Update ElementOOPInfo.astro
1 parent 071dbdb commit 44cc84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/ElementOOPInfo.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ let oop_constructor = oop_compatible_functions.find(func => func.oop.constructor
9494
)}
9595

9696
{method.variable && (
97-
<strong>Variable:</strong> <span><a href="/reference/Vector">{element_name}</a>.{method.variable}</span>
97+
<strong>Variable:</strong> <span>.{method.variable}</span>
9898
)}
9999
</>
100100
))}

0 commit comments

Comments
 (0)