Skip to content

Commit

Permalink
Fix typo in controller docs
Browse files Browse the repository at this point in the history
  • Loading branch information
janbruedigam committed Nov 23, 2022
1 parent 431068d commit 3b8d446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/define_controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ initialize!(mechanism, :pendulum,
angular_velocity=0.0);
```

We simulate the system for 2 seconds using the `controller!`.
We simulate the system for 20 seconds using the `controller!`.
```julia
storage = simulate!(mechanism, 20.0, controller!,
record=true,
Expand Down

0 comments on commit 3b8d446

Please sign in to comment.