From 498100e735a1edd665e0c444e0c33e2b308b11dd Mon Sep 17 00:00:00 2001 From: Brychan Dempsey Date: Sat, 5 Jun 2021 15:43:27 +1200 Subject: [PATCH] Fixed `implmentation` typo --- docs/system/ECSSystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/system/ECSSystem.md b/docs/system/ECSSystem.md index ed53d8c..50e6ef3 100644 --- a/docs/system/ECSSystem.md +++ b/docs/system/ECSSystem.md @@ -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