You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/Example_dsl.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ sol[10].x
44
44
45
45
In the example above, we used an `LArray` to define the
46
46
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
48
48
that the original `DifferentialEquations`[tutorials](https://docs.sciml.ai/DiffEqDocs/stable/tutorials/ode_example/#Example-2:-Solving-Systems-of-Equations).
49
49
50
50
Alternatively, we can use an immutable `SLVector` to
0 commit comments