You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2009/02/21 21:21:38 UTC

svn commit: r746583 - /commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java

Author: luc
Date: Sat Feb 21 20:21:38 2009
New Revision: 746583

URL: http://svn.apache.org/viewvc?rev=746583&view=rev
Log:
fixed wrong word in javadoc

Modified:
    commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java

Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java?rev=746583&r1=746582&r2=746583&view=diff
==============================================================================
--- commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java (original)
+++ commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java Sat Feb 21 20:21:38 2009
@@ -374,7 +374,7 @@
      * Returns true iff both arguments are equal or within the range of allowed
      * error (inclusive).
      * <p>
-     * Two NaNs are considered equals, as are two infinities with same size.
+     * Two NaNs are considered equals, as are two infinities with same sign.
      * </p>
      * 
      * @param x first value