Author: erans
Date: Mon Nov 8 12:01:26 2010
New Revision: 1032554
URL: http://svn.apache.org/viewvc?rev=1032554&view=rev
Log:
MATH-195
Corrected typos.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/UnivariateRealFunction.java
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/UnivariateRealFunction.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/UnivariateRealFunction.java?rev=1032554&r1=1032553&r2=1032554&view=diff
==============================================================================
---
commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/UnivariateRealFunction.java
(original)
+++
commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/UnivariateRealFunction.java
Mon Nov 8 12:01:26 2010
@@ -28,13 +28,13 @@ public interface UnivariateRealFunction
* @param x Point at which the function value should be computed.
* @return the value.
* @throws IllegalArgumentException when the activated method itself can
- * ascertain that preconditions specified in the API expressed at the
- * level of the activated method have been violated. In the vast
+ * ascertain that preconditions, specified in the API expressed at the
+ * level of the activated method, have been violated. In the vast
* majority of cases where Commons-Math throws IllegalArgumentException,
* it is the result of argument checking of actual parameters immediately
* passed to a method.
* @throws org.apache.commons.math.exception.FunctionEvaluationException
- * when the method that may encounter errors during evaluation.
+ * when the method may encounter errors during evaluation.
* This should be thrown only in circumstances where, at the level of the
* activated function, IllegalArgumentException is not appropriate and it
* should indicate that while formal preconditions of the method have not