From acd48cb4e79c82298583937f267d9d09921a5cf8 Mon Sep 17 00:00:00 2001 From: alestiago Date: Thu, 10 Mar 2022 13:26:31 +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 df5bddff..cdd1296c 100644 --- a/lib/game/components/ball.dart +++ b/lib/game/components/ball.dart @@ -18,7 +18,7 @@ class Ball extends PositionBodyComponent /// The initial position of the [Ball] body. final Vector2 _position; - /// Location of the sprite thar renders with the [Ball]. + /// Asset location of the sprite that renders with the [Ball]. /// /// Sprite is preloaded by [PinballGameAssetsX]. static const spritePath = 'components/ball.png';