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.
## Implementation
See [System.md](./System.md#implmentation)
See [System.md](./System.md#implementation)
## Constructors
Default constructor
``` java