Skip to content

Commit 0bc9ebf

Browse files
authored
Merge pull request #282 from JuliaControl/franckgaga-patch-1
Fix typo in README for MovingHorizonEstimator
2 parents 3f64bcb + 38ebc4b commit 0bc9ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Our goal is controlling the first output $y_1$, but the second one $y_2$ should
5151
35:
5252

5353
```julia
54-
mhe = MovingHorizonEstimator(mode)
54+
mhe = MovingHorizonEstimator(model)
5555
mpc = LinMPC(mhe, Mwt=[1, 0], Nwt=[0.1])
5656
mpc = setconstraint!(mpc, ymax=[Inf, 35])
5757
```

0 commit comments

Comments
 (0)