From 55de176c580d0fe22d1f6e29cb7229631270d52f Mon Sep 17 00:00:00 2001 From: alestiago Date: Tue, 29 Mar 2022 12:09:10 +0100 Subject: [PATCH] docs: improved doc comment --- lib/game/components/ball.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/game/components/ball.dart b/lib/game/components/ball.dart index 4e829c71..84a45b6a 100644 --- a/lib/game/components/ball.dart +++ b/lib/game/components/ball.dart @@ -11,7 +11,8 @@ import 'package:pinball_components/pinball_components.dart'; enum BallType { /// A [Ball] spawned from the [Plunger]. /// - /// [normal] balls reduce the [GameState.balls] + /// [normal] balls decrease the [GameState.balls] when they fall through the + /// the [BottomWall]. normal, /// A [Ball] was spawned by Dash in the [FlutterForest].