From 9fc554927d67c2cd871ea917d0f44a6327c91837 Mon Sep 17 00:00:00 2001 From: Erick Date: Fri, 4 Mar 2022 09:03:41 -0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Alejandro Santiago --- lib/game/bloc/game_state.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({