Skip to content

Commit 152dfa1

Browse files
authored
Update AbstractSystem.md
1 parent 74812c4 commit 152dfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/systems/AbstractSystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The values which are common to all `AbstractSystem`s are:
2121
- `states(sys)`: All the states in the system and its subsystems.
2222
- `parameters(sys)`: All parameters of the system and its subsystems.
2323
- `nameof(sys)`: The name of the current-level system.
24-
- `get_equations(sys)`: Equations that define the current-level system.
24+
- `get_eqs(sys)`: Equations that define the current-level system.
2525
- `get_states(sys)`: States that are in the current-level system.
2626
- `get_ps(sys)`: Parameters that are in the current-level system.
2727
- `get_systems(sys)`: Subsystems of the current-level system.

0 commit comments

Comments
 (0)