Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Feb 9, 2024
1 parent ca46287 commit 32a4c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ to load models that can be used like this:
```julia
using ReachabilityModels, Plots

prob = load_model("building"); # initial-value problem for the Van der Pol modeld
prob = load_model("building"); # initial-value problem

sol = solve(prob, tspan=(0, 5)); # solve it using default options

Expand Down

0 comments on commit 32a4c6d

Please sign in to comment.