Fixed implmentation typo

This commit is contained in:
Brychan Dempsey 2021-06-05 15:43:27 +12:00
parent 7b09b13889
commit 498100e735

View File

@ -21,7 +21,7 @@
The system manager class controls references to the systems. The system manager class controls references to the systems.
## Implementation ## Implementation
See [System.md](./System.md#implmentation) See [System.md](./System.md#implementation)
## Constructors ## Constructors
Default constructor Default constructor
``` java ``` java