Fixed typo.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141478 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2004-10-24 17:52:16 +00:00
parent bcdc50d516
commit 6303d4f979
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ The <action> type attribute can be add,update,fix,remove.
Changed factorial methods to return 1 for argument = 0, instead of
(incorrectly) throwing IllegalArgumentException.
</action>
<action dev="psteitz" type="fix" due-to="Kim van Der Linde" issue="31860">
<action dev="psteitz" type="fix" due-to="Kim van der Linde" issue="31860">
Fixed error in SimpleRegression.getSignificance. Value returned was
off by a factor of 2 (did not match javadoc).
</action>