Skip to content

Commit 643754d

Browse files
committed
doc: minor modification
1 parent ec138f6 commit 643754d

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
@@ -234,7 +234,7 @@ end
234234
@doc raw"""
235235
updatestate!(model::SimModel, u, d=[]) -> xnext
236236
237-
Update `model.x0` states with current inputs `u` and meas. dist. `d` and increment `model.k`.
237+
Update `model.x0` states with current inputs `u` and meas. dist. `d` for the next time step.
238238
239239
The method computes and returns the model state for the next time step ``\mathbf{x}(k+1)``.
240240
It also increment the discrete time step `model.k` by `1`.

0 commit comments

Comments
 (0)