File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ default arguments.
144144
145145!!! warning
146146 See Extended Help if you get an error like `MethodError: no method matching
147- Float64(::ForwardDiff.Dual)`
147+ Float64(::ForwardDiff.Dual)`.
148148
149149# Arguments
150150- `model::SimModel` : model used for controller predictions and state estimations.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Nonlinear continuous-time state-space functions are not supported for now. In su
4343manually call a differential equation solver in the `f` function (e.g.: Euler method).
4444
4545!!! warning
46- The `f` and `h` must be pure Julia functions to use the model in [`NonLinMPC`](@ref).
46+ `f` and `h` must be pure Julia functions to use the model in [`NonLinMPC`](@ref).
4747
4848See also [`LinModel`](@ref).
4949
You can’t perform that action at this time.
0 commit comments