From 2ffc8cd9d7b181dbcdee8bb550e93d4014b96783 Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Mon, 9 May 2022 20:51:11 +0200 Subject: [PATCH] Update packages/pinball_components/lib/src/components/spaceship_ramp/cubit/spaceship_ramp_state.dart Co-authored-by: Alejandro Santiago --- .../components/spaceship_ramp/cubit/spaceship_ramp_state.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.