Merge pull request #42312 from timothyqiu/false-otherwise

Surrounds boolean false with code tag in doc
This commit is contained in:
Rémi Verschelde 2020-09-24 19:32:08 +02:00 committed by GitHub
commit 9f8a923b92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -182,7 +182,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">

View file

@ -157,7 +157,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">