We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033b67e commit f74d037Copy full SHA for f74d037
docs/src/highlevel.md
@@ -34,7 +34,7 @@ Each operation builds an `Operation` type, and thus `eqs` is an array of
34
analyzed by other programs. We can turn this into a `ODESystem` via:
35
36
```julia
37
-de = ODESystem(eqs)
+sys = ODESystem(eqs)
38
```
39
40
This `ODESystem` can then be used to generate an `ODEProblem` by supplying the
0 commit comments