Skip to content

Commit 8d5e13b

Browse files
committed
doc: minor correction
1 parent 073f2eb commit 8d5e13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/estimator/execute.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ end
8787
Init `estim.x̂0` states from current inputs `u`, measured outputs `ym` and disturbances `d`.
8888
8989
The method tries to find a good steady-state for the initial estimate ``\mathbf{x̂}``. It
90-
stores `u - estim.model.uop` at `estim.lastu0` and removes the operating points and with
90+
stores `u - estim.model.uop` at `estim.lastu0` and removes the operating points with
9191
[`remove_op!`](@ref), and call [`init_estimate!`](@ref):
9292
9393
- If `estim.model` is a [`LinModel`](@ref), it finds the steady-state of the augmented model

0 commit comments

Comments
 (0)