diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml index a36184e2e7a..75f580dedc0 100644 --- a/doc/classes/Vector2.xml +++ b/doc/classes/Vector2.xml @@ -123,7 +123,7 @@ - Returns the normalized vector pointing from this vector to [code]b[/code]. + Returns the normalized vector pointing from this vector to [code]b[/code]. This is equivalent to using [code](b - a).normalized()[/code]. diff --git a/doc/classes/Vector3.xml b/doc/classes/Vector3.xml index fcc830d19f8..b7f27ed0d48 100644 --- a/doc/classes/Vector3.xml +++ b/doc/classes/Vector3.xml @@ -91,7 +91,7 @@ - Returns the normalized vector pointing from this vector to [code]b[/code]. + Returns the normalized vector pointing from this vector to [code]b[/code]. This is equivalent to using [code](b - a).normalized()[/code].