diff --git a/packages/pinball_components/lib/src/components/spaceship_ramp/cubit/spaceship_ramp_state.dart b/packages/pinball_components/lib/src/components/spaceship_ramp/cubit/spaceship_ramp_state.dart index dbeb35b3..e8d3ddc1 100644 --- a/packages/pinball_components/lib/src/components/spaceship_ramp/cubit/spaceship_ramp_state.dart +++ b/packages/pinball_components/lib/src/components/spaceship_ramp/cubit/spaceship_ramp_state.dart @@ -35,7 +35,7 @@ class SpaceshipRampState extends Equatable { /// Indicates the state of the arrow on the [SpaceshipRamp]. enum ArrowLightState { - /// Arrow with no dashes lit up. + /// Arrow with no lights lit up. inactive, /// Arrow with 1 light lit up.