Skip to content

Commit a52d649

Browse files
committed
minor doc correction
1 parent 581064b commit a52d649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/estimator/kalman.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ SteadyKalmanFilter estimator with a sample time Ts = 0.5 s, LinModel and:
115115
116116
# Extended Help
117117
The model augmentation with `nint_ym` vector adds integrators at model measured outputs
118-
``\mathbf{y^m}``, producing the integral action when the estimator is used in a controller
118+
``\mathbf{y^m}``. It creates the integral action when the estimator is used in a controller
119119
as state feedback. The method [`default_nint`](@ref) computes the default value of
120120
`nint_ym`. It can also be tweaked by following these rules on each measured output:
121121

0 commit comments

Comments
 (0)