docs: fixed typo

pull/39/head
alestiago 4 years ago
parent 4935bbcea4
commit d901c2db13

@ -28,7 +28,7 @@ class SlingShot extends BodyComponent {
/// Whether the [SlingShot] is on the left or right side of the board. /// Whether the [SlingShot] is on the left or right side of the board.
/// ///
/// A [SlingShot] with [BoardSide.left] propels the [Ball] to the right, /// A [SlingShot] with [BoardSide.left] propels the [Ball] to the right,
/// whereas a [SlingShot] with [BoardSide.right] propells the [Ball] to the /// whereas a [SlingShot] with [BoardSide.right] propels the [Ball] to the
/// left. /// left.
final BoardSide _side; final BoardSide _side;

Loading…
Cancel
Save