diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml
index 26f8d721bc8..9f2db05f0eb 100644
--- a/doc/classes/Vector2.xml
+++ b/doc/classes/Vector2.xml
@@ -172,7 +172,7 @@
- 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.
diff --git a/doc/classes/Vector3.xml b/doc/classes/Vector3.xml
index f78295bd7eb..872280261c1 100644
--- a/doc/classes/Vector3.xml
+++ b/doc/classes/Vector3.xml
@@ -147,7 +147,7 @@
- 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.