Skip to content

Commit 76ee83c

Browse files
committed
minor doc correction
1 parent 22ddc05 commit 76ee83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/predictive_control.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ setstate!(mpc::PredictiveController, x̂) = (setstate!(mpc.estim, x̂); return m
333333
334334
Init `mpc.ΔŨ` for warm-starting and the states of `mpc.estim` [`StateEstimator`](@ref).
335335
336-
Before calling [`initstate!(::StateEstimator,::Any,::Any,::Any)`](@ref), it warm-starts ``\mathbf{ΔŨ}``:
336+
Before calling [`initstate!(::StateEstimator, _ , _ )`](@ref), it warm-starts ``\mathbf{ΔŨ}``:
337337
- If `model` is a [`LinModel`], the vector is filled with the analytical minimum ``J`` of
338338
the unconstrained problem.
339339
- Else, the vector is filled with zeros.

0 commit comments

Comments
 (0)