diff --git a/lib/game/bloc/game_state.dart b/lib/game/bloc/game_state.dart index 8454bab7..09207b86 100644 --- a/lib/game/bloc/game_state.dart +++ b/lib/game/bloc/game_state.dart @@ -25,7 +25,7 @@ class GameState extends Equatable { /// When the number of balls is 0, the game is over. final int balls; - /// Active bonus letters + /// Active bonus letters. final List bonusLetter; /// Determines when the game is over.