Little grammar fix in RenderOrder's doc comment

This commit is contained in:
Eryn Wells 2023-02-12 14:24:56 -08:00
parent 06ae79ccd0
commit 84f7bdb947

View file

@ -19,7 +19,7 @@ if TYPE_CHECKING:
class RenderOrder(Enum):
'''
These values indicate the order that an Entity should be rendered. Higher values are rendered later and therefore on
top of items at with lower orderings.
top of items with lower orderings.
'''
ITEM = 1000
ACTOR = 2000