You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2021/08/22 00:33:29 UTC

[commons-math] 05/13: Javadoc typo

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

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

commit 228a8325327c739091dfdbe6dec95c1502d40ca8
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Fri Aug 20 22:23:58 2021 +0100

    Javadoc typo
---
 .../src/main/java/org/apache/commons/math4/legacy/ode/package-info.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/package-info.java b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/package-info.java
index 30efdd0..11acd92 100644
--- a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/package-info.java
+++ b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/package-info.java
@@ -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>