From b40de0ebff575d998150ac6e6688089bef6e1cc7 Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Wed, 23 Mar 2022 16:09:42 +0000 Subject: [PATCH] docs: improved doc comment Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- 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 9d1bf9fe..5c722946 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 activate all of the dash + /// Bonus achieved when the user activates all of the Dash /// nests on the board, adding a new ball to the board. dashNest, }