Skip to content

Commit

Permalink
docs: fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andretchen0 committed Jul 24, 2023
1 parent deea4f5 commit baf4867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/creature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit baf4867

Please sign in to comment.