Bladeren bron

Merge pull request #42312 from timothyqiu/false-otherwise

Surrounds boolean false with code tag in doc
Rémi Verschelde 5 jaren geleden
bovenliggende
commit
9f8a923b92
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      doc/classes/Vector2.xml
  2. 1 1
      doc/classes/Vector3.xml

+ 1 - 1
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">

+ 1 - 1
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">