diff --git a/packages/pinball_components/lib/src/components/spaceship_ramp.dart b/packages/pinball_components/lib/src/components/spaceship_ramp.dart index c1a731fd..555781d1 100644 --- a/packages/pinball_components/lib/src/components/spaceship_ramp.dart +++ b/packages/pinball_components/lib/src/components/spaceship_ramp.dart @@ -156,7 +156,7 @@ class _SpaceshipRampBackgroundRampSpriteComponent extends SpriteComponent } } -/// Indicates the [SpaceshipRamp]'s arrow dashes current sprite state. +/// Indicates the state of the arrow on the [SpaceshipRamp]. enum SpaceshipRampArrowSpriteState { /// Arrow with no dashes lit up. inactive,