From 9bf09a909b0429f77f541779889a3572043a51c8 Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Fri, 25 Sep 2020 00:00:22 +0800 Subject: [PATCH] Surrounds boolean false with code tag (cherry picked from commit aa7ce12beee6b30d9fa24c1862a95f89f7b1d02c) --- doc/classes/Vector2.xml | 2 +- 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 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.