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].