From 2ac659d59bf31cc31a7e547d2c457ab0ca42e1d2 Mon Sep 17 00:00:00 2001 From: RuiAlonso Date: Thu, 28 Apr 2022 18:21:08 +0200 Subject: [PATCH] chore: doc --- lib/game/components/controlled_ball.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/game/components/controlled_ball.dart b/lib/game/components/controlled_ball.dart index ba6cf066..e76aabe1 100644 --- a/lib/game/components/controlled_ball.dart +++ b/lib/game/components/controlled_ball.dart @@ -8,8 +8,8 @@ import 'package:pinball_theme/pinball_theme.dart'; /// {@template controlled_ball} /// A [Ball] with a [BallController] attached. /// -/// When a [Ball] is lost, if there aren't more [Ball]s in play and the game is not over, -/// a new [Ball] will be spawned. +/// When a [Ball] is lost, if there aren't more [Ball]s in play and the game is +/// not over, a new [Ball] will be spawned. /// {@endtemplate} class ControlledBall extends Ball with Controls { /// A [Ball] that launches from the [Plunger].