Javadoc typo

This commit is contained in:
Alex Herbert 2021-08-20 22:23:58 +01:00
parent 5201f2c5fa
commit 69bab476a5
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
* <code>y(t<sub>0</sub>)=y<sub>0</sub></code> known. The provided
* integrators compute an estimate of <code>y(t)</code> from
* <code>t=t<sub>0</sub></code> to <code>t=t<sub>1</sub></code>.
* It is also possible to get thederivatives with respect to the initial state
* It is also possible to get the derivatives with respect to the initial state
* <code>dy(t)/dy(t<sub>0</sub>)</code> or the derivatives with
* respect to some ODE parameters <code>dy(t)/dp</code>.
* </p>