diff --git a/lib/game/components/crossing_ramp.dart b/lib/game/components/crossing_ramp.dart index 25bed457..8d9acd3a 100644 --- a/lib/game/components/crossing_ramp.dart +++ b/lib/game/components/crossing_ramp.dart @@ -10,7 +10,7 @@ enum RampOrientation { /// Looking up of the board. up, - /// Looking up of the board. + /// Looking down of the board. down, }