You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Surrounds boolean false with code tag
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user