Fixed javadoc typo.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@949535 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2010-05-30 17:00:15 +00:00
parent 24218a5278
commit edd22d7ad5
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ public interface IntegerDistribution extends DiscreteDistribution {
* P(X &le; x) <= p.
* <p>
* Note that this definition implies: <ul>
* <li> If there is a minimum value, <code>m</code>, with postive
* probablility under (the density of) X, then <code>m - 1</code> is
* <li> If there is a minimum value, <code>m</code>, with positive
* probability under (the density of) X, then <code>m - 1</code> is
* returned by <code>inverseCumulativeProbability(0).</code> If there is
* no such value <code>m, Integer.MIN_VALUE</code> is
* returned.</li>