docs: fixed doc comment typo

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/15/head
Alejandro Santiago 4 years ago committed by GitHub
parent 421ad272cb
commit 5e816b01fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -56,7 +56,7 @@ class Flipper extends BodyComponent with KeyboardHandler {
/// The height of the [Flipper]. /// The height of the [Flipper].
static const height = 2.8; 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. /// The higher the value, the faster the [Flipper] will move.
static const double _speed = 60; static const double _speed = 60;

Loading…
Cancel
Save