diff --git a/lib/game/bloc/game_state.dart b/lib/game/bloc/game_state.dart index 862edf96..1a0568f7 100644 --- a/lib/game/bloc/game_state.dart +++ b/lib/game/bloc/game_state.dart @@ -26,7 +26,7 @@ class GameState extends Equatable { /// Determines when the game is over. bool get isGameOver => balls == 0; - /// Determines when player has only one chance left. + /// Determines when the player has only one ball left. bool get isLastBall => balls == 1; GameState copyWith({