fixed javadoc typos
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@512042 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
15d96cbafd
commit
7276d2de09
|
@ -121,10 +121,10 @@ public interface UnivariateRealSolver {
|
|||
/**
|
||||
* Set the function value accuracy.
|
||||
* <p>
|
||||
* This is used to determine whan an evaluated function value or some other
|
||||
* This is used to determine when an evaluated function value or some other
|
||||
* value which is used as divisor is zero.
|
||||
* <p>
|
||||
* This is a safety guard and it shouldn't be necesary to change this in
|
||||
* This is a safety guard and it shouldn't be necessary to change this in
|
||||
* general.
|
||||
*
|
||||
* @param accuracy the accuracy.
|
||||
|
|
Loading…
Reference in New Issue