Fixed javadoc typo.

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

View File

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