diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-09-24 19:32:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-24 19:32:08 +0200 |
commit | 9f8a923b92cc91199dc8a95694242aeda9e6fd49 (patch) | |
tree | c6226c9eebec260fa8222c7991522a657b1edb3d | |
parent | 5216ce23b61a57c3c19bc1bc6d3e8ccc6c86b9fc (diff) | |
parent | aa7ce12beee6b30d9fa24c1862a95f89f7b1d02c (diff) |
Merge pull request #42312 from timothyqiu/false-otherwise
Surrounds boolean false with code tag in doc
-rw-r--r-- | doc/classes/Vector2.xml | 2 | ||||
-rw-r--r-- | doc/classes/Vector3.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml index 52d719b6f7..44398cabbf 100644 --- a/doc/classes/Vector2.xml +++ b/doc/classes/Vector2.xml @@ -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"> 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"> |