From 5a67b24764ebf10b30914fa160e58cf9a08e1c9c Mon Sep 17 00:00:00 2001 From: alestiago Date: Thu, 10 Mar 2022 13:23:55 +0000 Subject: [PATCH] docs: fixed typo --- 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 f20eb2be..df5bddff 100644 --- a/lib/game/components/ball.dart +++ b/lib/game/components/ball.dart @@ -15,7 +15,7 @@ class Ball extends PositionBodyComponent }) : _position = position, super(size: Vector2.all(2)); - /// The initial position of the [Flipper] body. + /// The initial position of the [Ball] body. final Vector2 _position; /// Location of the sprite thar renders with the [Ball].