Skip to content

Commit ef97703

Browse files
committed
small doc corrections
1 parent 370fd2d commit ef97703

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/controller/nonlinmpc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

src/model/nonlinmodel.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Nonlinear continuous-time state-space functions are not supported for now. In su
4343
manually 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
4848
See also [`LinModel`](@ref).
4949

0 commit comments

Comments
 (0)