diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml index 26e2da09d66..ba62a385af1 100644 --- a/doc/classes/Vector2.xml +++ b/doc/classes/Vector2.xml @@ -76,6 +76,7 @@ + Returns the vector with all components rounded up. @@ -142,7 +143,7 @@ - Remove the fractional part of x and y. + Returns the vector with all components rounded down.