mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-08 05:42:07 -05:00
JSDocs: No need to wrap links in <tt> since they are taking care of that already.
This commit is contained in:
parent
494c2f4da0
commit
f4bf96abec
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
</if>
|
</if>
|
||||||
<ul><b>Type:</b>
|
<ul><b>Type:</b>
|
||||||
<li>
|
<li>
|
||||||
<tt>{+new Link().toSymbol(data.symbol.type)+}</tt>
|
{+new Link().toSymbol(data.symbol.type)+}
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
{+ Render.seeAlsos(data.symbol) +}
|
{+ Render.seeAlsos(data.symbol) +}
|
||||||
|
|
Loading…
Reference in a new issue