Surrounds boolean false with code tag
(cherry picked from commit aa7ce12bee
)
This commit is contained in:
parent
b3a23b2efb
commit
9bf09a909b
2 changed files with 2 additions and 2 deletions
|
@ -172,7 +172,7 @@
|
|||
<return type="bool">
|
||||
</return>
|
||||
<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>
|
||||
</method>
|
||||
<method name="length">
|
||||
|
|
|
@ -147,7 +147,7 @@
|
|||
<return type="bool">
|
||||
</return>
|
||||
<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>
|
||||
</method>
|
||||
<method name="length">
|
||||
|
|
Loading…
Reference in a new issue