From 5320ed7b9f3be85d1be5ec82db2a9e9760567c6a Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Fri, 1 Apr 2022 00:17:09 +0200 Subject: [PATCH] Update packages/pinball_components/lib/src/components/ramp_opening.dart Co-authored-by: Alejandro Santiago --- .../pinball_components/lib/src/components/ramp_opening.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pinball_components/lib/src/components/ramp_opening.dart b/packages/pinball_components/lib/src/components/ramp_opening.dart index 3ae5fb3a..cb6066f2 100644 --- a/packages/pinball_components/lib/src/components/ramp_opening.dart +++ b/packages/pinball_components/lib/src/components/ramp_opening.dart @@ -21,7 +21,7 @@ enum RampOrientation { /// through this opening. /// /// By default the base [layer] is set to [Layer.board] and the -/// [outsidePriority] is set to the lowest. +/// [outsidePriority] is set to the lowest possible [Layer]. /// {@endtemplate} // TODO(ruialonso): Consider renaming the class. abstract class RampOpening extends BodyComponent with InitialPosition, Layered {