diff --git a/lib/game/components/jetpack_ramp.dart b/lib/game/components/jetpack_ramp.dart index 24a3fc28..a24e1438 100644 --- a/lib/game/components/jetpack_ramp.dart +++ b/lib/game/components/jetpack_ramp.dart @@ -60,7 +60,7 @@ class JetpackRamp extends BodyComponent with InitialPosition, Layered { /// Radius of the external arc. static const _externalRadius = 18.0; - /// Width between walls of the pathway. + /// Width between walls of the ramp. static const width = 5.0; List _createFixtureDefs() {