Skip to content

Commit 458d123

Browse files
committed
typo of paralle system docstring
1 parent f0c50ad commit 458d123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/derived_systems/parallel_systems.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This struct follows the [`DynamicalSystem`](@ref) interface with the following a
1818
1919
- The function [`current_state`](@ref) is called as `current_state(pds, i::Int = 1)`
2020
which returns the `i`th state. Same for [`initial_state`](@ref).
21-
- Similarly, [`set_state!`](@ref) obtains a second argument `i::Int = 1` to
21+
- Similarly, [`set_state!`](@ref) obtains a third argument `i::Int = 1` to
2222
set the `i`-th state.
2323
- [`current_states`](@ref) and [`initial_states`](@ref) can be used to get
2424
all parallel states.

0 commit comments

Comments
 (0)