diff --git a/lib/game/bloc/game_event.dart b/lib/game/bloc/game_event.dart index 8497669b..5075f2a1 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}