Skip to content

Commit ad84df7

Browse files
committed
minor doc correction
1 parent 66e600b commit ad84df7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sim_model.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ end
103103
104104
Init `model.x` with manipulated inputs `u` and measured disturbances `d` steady-state.
105105
106-
It calls [`steadystate!(u, d)`](@ref):
106+
It calls [`steadystate!(model, u, d)`](@ref):
107107
108-
- If `estim.model` is a [`LinModel`](@ref), the method computes the steady-state of current
108+
- If `model` is a [`LinModel`](@ref), the method computes the steady-state of current
109109
inputs `u` and measured disturbances `d`.
110110
- Else, `model.x` is left unchanged. Use [`setstate!`](@ref) to manually modify it.
111111

0 commit comments

Comments
 (0)