Skip to content

Commit 9f3c340

Browse files
authored
Fix typo
1 parent 45bbd5b commit 9f3c340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/ode_modeling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ algebraic variables as "observables" (see
125125
That means, MTK still knows how to calculate them out of the information available
126126
in a simulation result. The intermediate variable `RHS` therefore can be plotted
127127
along with the state variable. Note that this has to be requested explicitly,
128-
though:
128+
through:
129129

130130
```julia
131131
prob = ODEProblem(fol_simplified, [x => 0.0], (0.0,10.0), [τ => 3.0])

0 commit comments

Comments
 (0)