diff --git a/lib/game/bloc/game_event.dart b/lib/game/bloc/game_event.dart index a22e3d9b..b500074e 100644 --- a/lib/game/bloc/game_event.dart +++ b/lib/game/bloc/game_event.dart @@ -54,7 +54,7 @@ class SparkyTurboChargeActivated extends GameEvent { } /// {@template multiplier_increased_game_event} -/// Event added when multiplier is being increased. +/// Added when a multiplier is gained. /// {@endtemplate} class MultiplierIncreased extends GameEvent { /// {@macro multiplier_increased_game_event}