From cbb8b1e0492f11b32337f7be3f35d7d10928f541 Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Mon, 14 Mar 2022 16:25:24 +0100 Subject: [PATCH] Update lib/game/components/jetpack_ramp.dart Co-authored-by: Erick --- lib/game/components/jetpack_ramp.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/components/jetpack_ramp.dart b/lib/game/components/jetpack_ramp.dart index c53dc4d2..7ef2b561 100644 --- a/lib/game/components/jetpack_ramp.dart +++ b/lib/game/components/jetpack_ramp.dart @@ -4,7 +4,7 @@ import 'package:flame_forge2d/flame_forge2d.dart'; import 'package:pinball/game/game.dart'; /// {@template jetpack_ramp} -/// Represent the upper left blue ramp for the game. +/// Represents the upper left blue ramp for the game. /// /// Group of [Component]s composed by a [Pathway.arc] as the ramp, and two /// [JetpackRampArea] at the entrance and exit of the ramp, to detect when