Author: erans
Date: Wed Sep 3 10:09:22 2014
New Revision: 1622206
URL: http://svn.apache.org/r1622206
Log:
MATH-1150
Typo (reported by Sergio Santoro).
Modified:
commons/proper/math/trunk/src/changes/changes.xml
Modified: commons/proper/math/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/changes/changes.xml?rev=1622206&r1=1622205&r2=1622206&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Wed Sep 3 10:09:22 2014
@@ -73,7 +73,7 @@ Users are encouraged to upgrade to this
2. A few methods in the FastMath class are in fact slower that their
counterpart in either Math or StrictMath (cf. MATH-740 and MATH-901).
">
- <ation dev="psteitz" type="fix" issue="MATH-1136" due-to="Aleksei
Dievskii">
+ <action dev="psteitz" type="fix" issue="MATH-1136" due-to="Aleksei
Dievskii">
Fixed BinomialDistribution to deal with degenerate cases correctly.
</action>
<action dev="tn" type="fix" issue="MATH-1135" due-to="Guillaume Marceau">