Skip to content

Commit 2e2eb6c

Browse files
committed
minor doc correction
1 parent 6dc1196 commit 2e2eb6c

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
@@ -136,7 +136,7 @@ It is also possible to specify time-varying constraints over prediction ``H_p``
136136
For this, use the same keyword arguments as above but with a capital letter:
137137
- `Umin` \ `Umax` \ `c_Umin` \ `c_Umax` : ``\mathbf{U}`` constraints `(nu*Hp,)`.
138138
- `ΔUmin` \ `ΔUmax` \ `c_ΔUmin` \ `c_ΔUmax` : ``\mathbf{ΔU}`` constraints `(nu*Hc,)`.
139-
- `Ymin` \ `Ymax` \ `c_Ymin` \ `c_Ymax` : ``\mathbf{Ŷ}`` constraints `(nu*Hp,)`.
139+
- `Ymin` \ `Ymax` \ `c_Ymin` \ `c_Ymax` : ``\mathbf{Ŷ}`` constraints `(ny*Hp,)`.
140140
"""
141141
function setconstraint!(
142142
mpc::PredictiveController;

0 commit comments

Comments
 (0)