From 719b07069e3c83d7c3c00d0b1132c1049eb4e13b Mon Sep 17 00:00:00 2001 From: alestiago Date: Wed, 6 Apr 2022 12:22:45 +0100 Subject: [PATCH] docs: improved docs --- lib/game/bloc/game_state.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/game/bloc/game_state.dart b/lib/game/bloc/game_state.dart index 9f27d5b2..cc18c2c6 100644 --- a/lib/game/bloc/game_state.dart +++ b/lib/game/bloc/game_state.dart @@ -48,8 +48,8 @@ class GameState extends Equatable { /// The number of bonus balls in the game. /// - /// [bonusBalls] are gained during the game. Usually triggered by activating - /// a [GameBonus]. + /// [bonusBalls] are gained during the game. For example, when a + /// [GameBonus.dashNest] is achieved. final int bonusBalls; /// Active bonus letters.