Skip to content

Commit e5b5f99

Browse files
committed
doc bug correction
1 parent 0a07ece commit e5b5f99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/controller/linmpc.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ arguments.
130130
- `optim=JuMP.Model(OSQP.MathOptInterfaceOSQP.Optimizer)` : quadratic optimizer used in
131131
the predictive controller, provided as a [`JuMP.Model`](https://jump.dev/JuMP.jl/stable/reference/models/#JuMP.Model)
132132
(default to [`OSQP.jl`](https://osqp.org/docs/parsers/jump.html) optimizer)
133-
``
133+
134134
# Examples
135135
```jldoctest
136136
julia> model = LinModel([tf(3, [30, 1]); tf(-2, [5, 1])], 4);
@@ -172,7 +172,6 @@ LinMPC controller with a sample time Ts = 4.0 s, KalmanFilter estimator and:
172172
0 measured disturbances d
173173
```
174174
"""
175-
176175
function LinMPC(
177176
estim::S;
178177
Hp::Union{Int, Nothing} = nothing,

0 commit comments

Comments
 (0)