Surrounds boolean false with code tag

This commit is contained in:
Haoyu Qiu 2020-09-25 00:00:22 +08:00
parent 5216ce23b6
commit aa7ce12bee
2 changed files with 2 additions and 2 deletions

View file

@ -182,7 +182,7 @@
<return type="bool"> <return type="bool">
</return> </return>
<description> <description>
Returns [code]true[/code] if the vector is normalized, and false otherwise. Returns [code]true[/code] if the vector is normalized, [code]false[/code] otherwise.
</description> </description>
</method> </method>
<method name="length"> <method name="length">

View file

@ -157,7 +157,7 @@
<return type="bool"> <return type="bool">
</return> </return>
<description> <description>
Returns [code]true[/code] if the vector is normalized, and false otherwise. Returns [code]true[/code] if the vector is normalized, [code]false[/code] otherwise.
</description> </description>
</method> </method>
<method name="length"> <method name="length">