From f337c1cddcc4a1ef92c1f274055a6741756ec289 Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Mon, 14 Mar 2022 18:51:08 +0100 Subject: [PATCH] Update lib/game/components/crossing_ramp.dart Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- lib/game/components/crossing_ramp.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/components/crossing_ramp.dart b/lib/game/components/crossing_ramp.dart index a039d58e..184a3d9d 100644 --- a/lib/game/components/crossing_ramp.dart +++ b/lib/game/components/crossing_ramp.dart @@ -14,7 +14,7 @@ enum RampOrientation { down, } -/// Indicates a type of the ramp. +/// Indicates the type of the ramp. /// /// Used to set the maskBits of the ramp to determine their possible collisions. enum RampType {