From 981356539a288e95a30d0f2e537bce03c41ce68a Mon Sep 17 00:00:00 2001 From: "bre..ns" Date: Tue, 10 Jan 2012 19:25:27 +0000 Subject: [PATCH] javadoc spelling fix thanks @bortreb git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9017 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- engine/src/core/com/jme3/math/Ray.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;