diff --git a/lib/game/components/launcher.dart b/lib/game/components/launcher.dart index 8c5e5743..11891f75 100644 --- a/lib/game/components/launcher.dart +++ b/lib/game/components/launcher.dart @@ -10,7 +10,7 @@ class Launcher extends Forge2DBlueprint { /// {@macro plunger_zone} Launcher(); - /// [Plunger] to launch the [Ball] into the board. + /// [Plunger] to launch the [Ball] onto the board. late final Plunger plunger; @override