Fixed javadoc error.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@942642 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2010-05-10 01:58:27 +00:00
parent 3a15d8cef2
commit 8df36de74b
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class PascalDistributionImpl extends AbstractIntegerDistribution
private double probabilityOfSuccess;
/**
* Create a binomial distribution with the given number of trials and
* Create a Pascal distribution with the given number of trials and
* probability of success.
* @param r the number of successes
* @param p the probability of success