Skip to content

Commit ab978c1

Browse files
committed
minor doc correction
1 parent f643d9f commit ab978c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/predictive_control.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,8 @@ setstate!(mpc::PredictiveController, x̂) = (setstate!(mpc.estim, x̂); return m
341341
Init `mpc.ΔŨ` for warm-starting and the states of `mpc.estim` [`StateEstimator`](@ref).
342342
343343
Before calling [`initstate!(::StateEstimator,_,_)`](@ref), it warm-starts ``\mathbf{ΔŨ}``:
344-
- If `model` is a [`LinModel`], the vector is filled with the analytical minimum ``J`` of
345-
the unconstrained problem.
344+
- If `model` is a [`LinModel`](ref), the vector is filled with the analytical minimum ``J``
345+
of the unconstrained problem.
346346
- Else, the vector is filled with zeros.
347347
"""
348348
function initstate!(mpc::PredictiveController, u, ym, d=Float64[])

0 commit comments

Comments
 (0)