From baf4867f3dec3b4f875b8f53049dfe82767e3ff1 Mon Sep 17 00:00:00 2001 From: Peter Date: Mon, 24 Jul 2023 17:54:56 +0200 Subject: [PATCH] docs: fix typo in comment --- src/creature.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/creature.ts b/src/creature.ts index e4579abf4..a008b84d8 100644 --- a/src/creature.ts +++ b/src/creature.ts @@ -346,7 +346,7 @@ export class Creature { // NOTE: These fields previously existed on Creature // but are now part of their own class. // TODO: These should be factored out when possible, - // as their use constistutes a Demeter violation. + // as their use constitutes a Demeter violation. get grp() { return this.creatureSprite.grp; }