diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml
index ba62a385af1..6ffeddf5c12 100644
--- a/doc/classes/Vector2.xml
+++ b/doc/classes/Vector2.xml
@@ -207,6 +207,7 @@
+ Returns the vector with all components rounded to the nearest integer, with halfway cases rounded away from zero.
diff --git a/doc/classes/Vector3.xml b/doc/classes/Vector3.xml
index c754b27f1e0..62a480166a3 100644
--- a/doc/classes/Vector3.xml
+++ b/doc/classes/Vector3.xml
@@ -208,6 +208,7 @@
+ Returns the vector with all components rounded to the nearest integer, with halfway cases rounded away from zero.