Core: typo

This commit is contained in:
Fabian Dill 2023-03-21 15:53:10 +01:00
parent 856efebc39
commit c2a8b842de
1 changed files with 1 additions and 1 deletions

View File

@ -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