From 5e816b01facfcc9e61871c69bbaaca9bda8fbb6c Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Tue, 8 Mar 2022 16:16:30 +0000 Subject: [PATCH] docs: fixed doc comment typo Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- lib/game/components/flipper.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/components/flipper.dart b/lib/game/components/flipper.dart index d391106d..7e3974ce 100644 --- a/lib/game/components/flipper.dart +++ b/lib/game/components/flipper.dart @@ -56,7 +56,7 @@ class Flipper extends BodyComponent with KeyboardHandler { /// The height of the [Flipper]. static const height = 2.8; - /// The speed required to move the [Flipper] to its heighest position. + /// The speed required to move the [Flipper] to its highest position. /// /// The higher the value, the faster the [Flipper] will move. static const double _speed = 60;