diff --git a/lib/game/bloc/game_state.dart b/lib/game/bloc/game_state.dart index f4fa2a87..9f27d5b2 100644 --- a/lib/game/bloc/game_state.dart +++ b/lib/game/bloc/game_state.dart @@ -8,7 +8,7 @@ enum GameBonus { /// letters on the board, forming the bonus word. word, - /// Bonus achieved when the user activates all [FlutterForest] bumpers. + /// Bonus achieved when the user activates all dash nest bumpers. /// /// Adds a [GameState.bonusBalls] to the game. dashNest,