diff --git a/doc/classes/AABB.xml b/doc/classes/AABB.xml
index 35a5629af55..f85a055db5d 100644
--- a/doc/classes/AABB.xml
+++ b/doc/classes/AABB.xml
@@ -188,7 +188,7 @@
- Returns [code]true[/code] if the given ray intersects with this [AABB]. Ray length is infinite.
+ Returns the point of intersection of the given ray with this [AABB] or [code]null[/code] if there is no intersection. Ray length is infinite.
@@ -196,7 +196,7 @@
- Returns [code]true[/code] if the [AABB] intersects the line segment between [param from] and [param to].
+ Returns the point of intersection between [param from] and [param to] with this [AABB] or [code]null[/code] if there is no intersection.