Skip to content

Commit ce9cf0e

Browse files
Update docs/src/getting_started.md
1 parent c0e6d7d commit ce9cf0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/getting_started.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ function in order to speed up the solvers. These are detailed
7878
After defining a problem, you solve it using `solve`.
7979

8080
```@example ODE2
81-
sol = DE.solve(prob);
82-
nothing # hide
81+
sol = DE.solve(prob)
8382
```
8483

8584
This gives us an object `sol` which contains the solution. Looking at the solution object:

0 commit comments

Comments
 (0)