Skip to content

Commit 0fb8b4e

Browse files
committed
Fix typos in Javadoc and comments
1 parent 6898fd4 commit 0fb8b4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/nonstiff/GillFieldIntegrator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
/**
2828
* This class implements the Gill fourth order Runge-Kutta
29-
* integrator for Ordinary Differential Equations .
29+
* integrator for Ordinary Differential Equations.
3030
3131
* <p>This method is an explicit Runge-Kutta method, its Butcher-array
3232
* is the following one :

commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/nonstiff/GillIntegrator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/**
2424
* This class implements the Gill fourth order Runge-Kutta
25-
* integrator for Ordinary Differential Equations .
25+
* integrator for Ordinary Differential Equations.
2626
2727
* <p>This method is an explicit Runge-Kutta method, its Butcher-array
2828
* is the following one :

0 commit comments

Comments
 (0)