From c2a8b842de9d99cc950d86427c370dffe2ed8b26 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Tue, 21 Mar 2023 15:53:10 +0100 Subject: [PATCH] Core: typo --- NetUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetUtils.py b/NetUtils.py index ca44fdea..2b9a6531 100644 --- a/NetUtils.py +++ b/NetUtils.py @@ -35,7 +35,7 @@ class SlotType(enum.IntFlag): @property def always_goal(self) -> bool: - """Mark this slot has having reached its goal instantly.""" + """Mark this slot as having reached its goal instantly.""" return self.value != 0b01