From e219f867d5384a314371c74f0ba88a9152a5562a Mon Sep 17 00:00:00 2001 From: alestiago Date: Mon, 7 Mar 2022 17:39:46 +0000 Subject: [PATCH] docs: used prose in doc comment --- lib/game/components/flipper.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/game/components/flipper.dart b/lib/game/components/flipper.dart index 0e85d216..fb4656e7 100644 --- a/lib/game/components/flipper.dart +++ b/lib/game/components/flipper.dart @@ -60,8 +60,8 @@ class Flipper extends BodyComponent { /// Whether the [Flipper] is on the left or right side of the board. /// - /// A [Flipper] with [BoardSide.left] has a counter-clockwise arc motion. - /// A [Flipper] with [BoardSide.right] has a clockwise arc motion. + /// A [Flipper] with [BoardSide.left] has a counter-clockwise arc motion, + /// whereas a [Flipper] with [BoardSide.right] has a clockwise arc motion. final BoardSide side; /// Applies downard linear velocity to the [Flipper] to move it up.