diff --git a/engine/src/core/com/jme3/math/Ray.java b/engine/src/core/com/jme3/math/Ray.java
index 2cf2d971d..f36361359 100644
--- a/engine/src/core/com/jme3/math/Ray.java
+++ b/engine/src/core/com/jme3/math/Ray.java
@@ -442,11 +442,11 @@ public final class Ray implements Savable, Cloneable, Collidable, java.io.Serial
}
/**
- * getLimit
returns the limit or the ray, aka the length.
+ * getLimit
returns the limit of the ray, aka the length.
* If the limit is not infinity, then this ray is a line with length
* limit
.
*
- * @return the limit or the ray, aka the length.
+ * @return the limit of the ray, aka the length.
*/
public float getLimit() {
return limit;