docs: improved doc comment

pull/58/head
alestiago 4 years ago
parent 52f8b11420
commit 156e2658af

@ -72,7 +72,7 @@ class Ball extends BodyComponent<PinballGame> with InitialPosition {
/// Allows the [Ball] to be affected by forces.
///
/// If when previously [stop]ed, the previous ball's velocity is not kept.
/// If previously [stop]ed, the previous ball's velocity is not kept.
void resume() {
body.setType(BodyType.dynamic);
}

Loading…
Cancel
Save