diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2020-09-25 00:00:22 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2020-09-25 00:00:22 +0800 |
commit | aa7ce12beee6b30d9fa24c1862a95f89f7b1d02c (patch) | |
tree | c6226c9eebec260fa8222c7991522a657b1edb3d /doc/classes/Vector3.xml | |
parent | 5216ce23b61a57c3c19bc1bc6d3e8ccc6c86b9fc (diff) |
Surrounds boolean false with code tag
Diffstat (limited to 'doc/classes/Vector3.xml')
-rw-r--r-- | doc/classes/Vector3.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Vector3.xml b/doc/classes/Vector3.xml index 608b976f6f..df5d4f150e 100644 --- a/doc/classes/Vector3.xml +++ b/doc/classes/Vector3.xml @@ -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"> |