Skip to content

Commit c41fc25

Browse files
committed
doc: remove text related to a removed feature
1 parent b24332b commit c41fc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sim_model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ detailstr(model::SimModel) = ""
187187
@doc raw"""
188188
initstate!(model::SimModel, u, d=[]) -> x
189189
190-
Init `model.x0` with manipulated inputs `u` and meas. dist. `d` steady-state and reset time.
190+
Init `model.x0` with manipulated inputs `u` and meas. dist. `d` steady-state.
191191
192192
The method tries to initialize the model state ``\mathbf{x}`` at steady-state. It removes
193193
the operating points on `u` and `d` and calls [`steadystate!`](@ref):

0 commit comments

Comments
 (0)