Typo.
This commit is contained in:
parent
252a0137b1
commit
f6b8dabda1
|
@ -21,7 +21,7 @@ import java.util.Arrays;
|
||||||
|
|
||||||
/** Wrapper used to detect only increasing or decreasing events.
|
/** Wrapper used to detect only increasing or decreasing events.
|
||||||
*
|
*
|
||||||
* <p>General {@link EventHandler events} are defined implicitely
|
* <p>General {@link EventHandler events} are defined implicitly
|
||||||
* by a {@link EventHandler#g(double, double[]) g function} crossing
|
* by a {@link EventHandler#g(double, double[]) g function} crossing
|
||||||
* zero. This function needs to be continuous in the event neighborhood,
|
* zero. This function needs to be continuous in the event neighborhood,
|
||||||
* and its sign must remain consistent between events. This implies that
|
* and its sign must remain consistent between events. This implies that
|
||||||
|
|
Loading…
Reference in New Issue