diff --git a/cockatrice/src/game/player/player.h b/cockatrice/src/game/player/player.h index 535b1d2c7..1e7bc928d 100644 --- a/cockatrice/src/game/player/player.h +++ b/cockatrice/src/game/player/player.h @@ -200,7 +200,7 @@ public: } /** - * Gets the counter that represents the life total. Shouldn't return null + * Gets the counter that represents the life total. */ AbstractCounter *getLifeCounter() const;