mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -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>
|
||||
<ul><b>Type:</b>
|
||||
<li>
|
||||
<tt>{+new Link().toSymbol(data.symbol.type)+}</tt>
|
||||
{+new Link().toSymbol(data.symbol.type)+}
|
||||
</li>
|
||||
</ul>
|
||||
{+ Render.seeAlsos(data.symbol) +}
|
||||
|
|
Loading…
Reference in a new issue