Skip to content

Commit db6205a

Browse files
committed
minor doc correction
1 parent d1a0691 commit db6205a

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
@@ -395,7 +395,7 @@ The function should be called after calling [`moveinput!`](@ref). It returns the
395395
- `:D̂` : predicted measured disturbances over `Hp` ``(\mathbf{D̂})``
396396
- `:ŷ` : current estimated output ``(\mathbf{ŷ})``
397397
- `:Ŷ` : optimal predicted outputs over `Hp` ``(\mathbf{Ŷ})``
398-
- `:x̂end : optimal terminal states ``(\mathbf{x̂}_{k-1}(k+H_p))``
398+
- `:x̂end`: optimal terminal states ``(\mathbf{x̂}_{k-1}(k+H_p))``
399399
- `:Ŷs` : predicted stochastic output over `Hp` of [`InternalModel`](@ref) ``(\mathbf{Ŷ_s})``
400400
- `:R̂y` : predicted output setpoint over `Hp` ``(\mathbf{R̂_y})``
401401
- `:R̂u` : predicted manipulated input setpoint over `Hp` ``(\mathbf{R̂_u})``

0 commit comments

Comments
 (0)