You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2014/06/28 22:12:59 UTC

svn commit: r1606389 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/descriptive/rank/PSquarePercentile.java

Author: psteitz
Date: Sat Jun 28 20:12:58 2014
New Revision: 1606389

URL: http://svn.apache.org/r1606389
Log:
Fixed javadoc typo.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/descriptive/rank/PSquarePercentile.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/descriptive/rank/PSquarePercentile.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/descriptive/rank/PSquarePercentile.java?rev=1606389&r1=1606388&r2=1606389&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/descriptive/rank/PSquarePercentile.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/descriptive/rank/PSquarePercentile.java Sat Jun 28 20:12:58 2014
@@ -89,7 +89,7 @@ public class PSquarePercentile extends A
     /**
      * The quantile needed should be in range of 0-1. The constructor
      * {@link #PSquarePercentile(double)} ensures that passed in percentile is
-     * divide by 100
+     * divided by 100.
      */
     private final double quantile;