This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ce5048  Grammar
6ce5048 is described below

commit 6ce50484f627a9ade827d7150f47c41cc7dcc3ef
Author: Sebb <[email protected]>
AuthorDate: Fri Sep 27 19:47:14 2019 +0100

    Grammar
---
 src/site/xdoc/userguide/ode.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/userguide/ode.xml b/src/site/xdoc/userguide/ode.xml
index 0be9b86..a2fefc7 100644
--- a/src/site/xdoc/userguide/ode.xml
+++ b/src/site/xdoc/userguide/ode.xml
@@ -190,7 +190,7 @@ integrator.addStepHandler(stepHandler);
           class can be used to convert the variable stepsize into a fixed 
stepsize that can be handled by classes
           implementing the <a 
href="../apidocs/org/apache/commons/math4/ode/sampling/FixedStepHandler.html">FixedStepHandler</a>
           interface. Adaptive stepsize integrators can automatically compute 
the initial stepsize by themselves,
-          however the user can specify it if they prefers to retain full 
control over the integration or if the
+          however the user can specify it if they prefer to retain full 
control over the integration or if the
           automatic guess is wrong.
         </p>
       </subsection>

Reply via email to