Skip to content

Commit 7453de2

Browse files
Update getting_started.md
1 parent 0b90ef5 commit 7453de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Convenience features are also included. We can build an array using a
183183
comprehension over the solution tuples via:
184184

185185
```@example ODE2
186-
[t + u for (u, t) in tuples(sol)]
186+
[t + u for (u, t) in DE.tuples(sol)]
187187
```
188188

189189
or more generally

0 commit comments

Comments
 (0)