From d759d25aca6151f574efe15ca09b49c1c01973c3 Mon Sep 17 00:00:00 2001
From: letheed <letheed@outlook.com>
Date: Fri, 15 Jun 2018 19:08:19 +0200
Subject: Fix Vector2 doc of floor, add ceil doc

---
 doc/classes/Vector2.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'doc/classes')

diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml
index 26e2da09d6..ba62a385af 100644
--- a/doc/classes/Vector2.xml
+++ b/doc/classes/Vector2.xml
@@ -76,6 +76,7 @@
 			<return type="Vector2">
 			</return>
 			<description>
+				Returns the vector with all components rounded up.
 			</description>
 		</method>
 		<method name="clamped">
@@ -142,7 +143,7 @@
 			<return type="Vector2">
 			</return>
 			<description>
-				Remove the fractional part of x and y.
+				Returns the vector with all components rounded down.
 			</description>
 		</method>
 		<method name="is_normalized">
-- 
cgit v1.2.3