From 89bebf4c7882733b4e79954650e90dfdb6476cd0 Mon Sep 17 00:00:00 2001 From: alestiago Date: Tue, 29 Mar 2022 12:12:39 +0100 Subject: [PATCH] docs: improved doc comment --- lib/game/components/ball.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/components/ball.dart b/lib/game/components/ball.dart index 84a45b6a..d03ec96a 100644 --- a/lib/game/components/ball.dart +++ b/lib/game/components/ball.dart @@ -6,7 +6,7 @@ import 'package:pinball_components/pinball_components.dart'; /// {@template ball_type} /// Specifies the type of [Ball]. /// -/// Different [BallType]s have different game mechanics. +/// Different [BallType]s are affected by different game mechanics. /// {@endtemplate} enum BallType { /// A [Ball] spawned from the [Plunger].