Fixed javadoc typo.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1039982 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2010-11-28 23:52:45 +00:00
parent b25abb900b
commit 7cee480b68
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ public class NormalDistributionImpl extends AbstractContinuousDistribution
/**
* For this distribution, X, this method returns P(X &lt; <code>x</code>).
* @param x the value at which the CDF is evaluated.
* @return CDF evaluted at <code>x</code>.
* @return CDF evaluated at <code>x</code>.
* @throws MathException if the algorithm fails to converge; unless
* x is more than 20 standard deviations from the mean, in which case the
* convergence exception is caught and 0 or 1 is returned.