From 228a8325327c739091dfdbe6dec95c1502d40ca8 Mon Sep 17 00:00:00 2001 From: Alex Herbert Date: Fri, 20 Aug 2021 22:23:58 +0100 Subject: [PATCH] Javadoc typo --- .../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 30efdd0f2..11acd927e 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 @@ * y(t0)=y0 known. The provided * integrators compute an estimate of y(t) from * t=t0 to t=t1. - * 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 * dy(t)/dy(t0) or the derivatives with * respect to some ODE parameters dy(t)/dp. *