We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4431c commit 87dfeccCopy full SHA for 87dfecc
1 file changed
web/src/components/ElementOOPInfo.astro
@@ -67,7 +67,7 @@ let oop_constructor = oop_compatible_functions.find(func => func.oop.constructor
67
{overload.parameters.map((param: any) => (
68
<li>
69
<strong>{param.name}</strong>
70
- {param.optional && ' (optional)'}: <code>{param.type}</code> – {param.description}
+ {param.optional && ' (optional)'}: {param.description}
71
</li>
72
))}
73
</ul>
0 commit comments