Skip to content

Commit 87dfecc

Browse files
committed
Addenum for last commit
1 parent 1a4431c commit 87dfecc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/components/ElementOOPInfo.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ let oop_constructor = oop_compatible_functions.find(func => func.oop.constructor
6767
{overload.parameters.map((param: any) => (
6868
<li>
6969
<strong>{param.name}</strong>
70-
{param.optional && ' (optional)'}: <code>{param.type}</code> – {param.description}
70+
{param.optional && ' (optional)'}: {param.description}
7171
</li>
7272
))}
7373
</ul>

0 commit comments

Comments
 (0)