Skip to content

Commit 4408001

Browse files
Merge pull request #146 from eschnett/patch-1
Correct typo
2 parents 9829b9a + b811b36 commit 4408001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/Example_dsl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ sol[10].x
4444

4545
In the example above, we used an `LArray` to define the
4646
initial state `u0` as well as the parameter vector `p`.
47-
The reminder of the ODE solution steps are no different
47+
The remainder of the ODE solution steps are no different
4848
that the original `DifferentialEquations` [tutorials](https://docs.sciml.ai/DiffEqDocs/stable/tutorials/ode_example/#Example-2:-Solving-Systems-of-Equations).
4949

5050
Alternatively, we can use an immutable `SLVector` to

0 commit comments

Comments
 (0)