Skip to content

Commit f74d037

Browse files
authored
wrong variable name
1 parent 033b67e commit f74d037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/highlevel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Each operation builds an `Operation` type, and thus `eqs` is an array of
3434
analyzed by other programs. We can turn this into a `ODESystem` via:
3535

3636
```julia
37-
de = ODESystem(eqs)
37+
sys = ODESystem(eqs)
3838
```
3939

4040
This `ODESystem` can then be used to generate an `ODEProblem` by supplying the

0 commit comments

Comments
 (0)