From f02378fe9da28254c73bd2b7ef47e853457fa439 Mon Sep 17 00:00:00 2001 From: alestiago Date: Tue, 5 Apr 2022 15:32:03 +0100 Subject: [PATCH] docs: removed reference --- 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 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,