We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c50ad commit 458d123Copy full SHA for 458d123
src/derived_systems/parallel_systems.jl
@@ -18,7 +18,7 @@ This struct follows the [`DynamicalSystem`](@ref) interface with the following a
18
19
- The function [`current_state`](@ref) is called as `current_state(pds, i::Int = 1)`
20
which returns the `i`th state. Same for [`initial_state`](@ref).
21
-- Similarly, [`set_state!`](@ref) obtains a second argument `i::Int = 1` to
+- Similarly, [`set_state!`](@ref) obtains a third argument `i::Int = 1` to
22
set the `i`-th state.
23
- [`current_states`](@ref) and [`initial_states`](@ref) can be used to get
24
all parallel states.
0 commit comments