Skip to content

Commit 412ae42

Browse files
committed
minor doc correction
1 parent 749d28e commit 412ae42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/estimator/mhe/execute.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ initpred!(::MovingHorizonEstimator, ::SimModel) = nothing
225225
@doc raw"""
226226
linconstraint!(estim::MovingHorizonEstimator, model::LinModel)
227227
228-
Set `b` vector for the linear model inequality constraints (``\mathbf{A ΔŨ ≤ b}``) of MHE.
228+
Set `b` vector for the linear model inequality constraints (``\mathbf{A ≤ b}``) of MHE.
229229
230230
Also init ``\mathbf{F_x̂}`` vector for the state constraints, see [`init_predmat_mhe`](@ref).
231231
"""

0 commit comments

Comments
 (0)