Skip to content

Commit 9727880

Browse files
committed
doc: minor correction
1 parent a790275 commit 9727880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller/execute.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ special cases in which `Ŷe`, `Ue` and `Ū` are not mutated:
385385
386386
- If `mpc.weights.iszero_M_Hp[] && nocustomfcts`, the `Ŷe` vector is not computed to reduce
387387
the burden in the optimization problem.
388-
- If `mpc.weights.iszero_L_Hc[] && nocustomfcts`, the `Ue` vector is not computed for the
388+
- If `mpc.weights.iszero_L_Hp[] && nocustomfcts`, the `Ue` vector is not computed for the
389389
same reason as above.
390390
"""
391391
function extended_predictions!(Ŷe, Ue, Ū, mpc, model, Ŷ0, ΔŨ)

0 commit comments

Comments
 (0)