diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml index ded277e07aa..d9b04527e4e 100644 --- a/doc/classes/Vector2.xml +++ b/doc/classes/Vector2.xml @@ -267,7 +267,7 @@ Returns the result of the linear interpolation between this vector and [param to] by amount [param weight]. [param weight] is on the range of [code]0.0[/code] to [code]1.0[/code], representing the amount of interpolation. - + diff --git a/doc/classes/Vector3.xml b/doc/classes/Vector3.xml index dd86c4b2874..6507823bafb 100644 --- a/doc/classes/Vector3.xml +++ b/doc/classes/Vector3.xml @@ -235,7 +235,7 @@ Returns the result of the linear interpolation between this vector and [param to] by amount [param weight]. [param weight] is on the range of [code]0.0[/code] to [code]1.0[/code], representing the amount of interpolation. - +