From ea3b126b6255b6ea61e7d33267faf45ca6a4fae7 Mon Sep 17 00:00:00 2001 From: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> Date: Fri, 4 Mar 2022 11:06:09 -0600 Subject: [PATCH] Update lib/game/components/plunger.dart Co-authored-by: Alejandro Santiago --- lib/game/components/plunger.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/components/plunger.dart b/lib/game/components/plunger.dart index 7e6dbd89..caef1670 100644 --- a/lib/game/components/plunger.dart +++ b/lib/game/components/plunger.dart @@ -47,7 +47,7 @@ class Plunger extends BodyComponent { /// [PrismaticJointDef] between a [Plunger] and an [Anchor] with motion on /// the vertical axis. /// -/// The [Plunger] is constrained to vertically between its starting position and +/// The [Plunger] is constrained vertically between its starting position and /// the [Anchor]. The [Anchor] must be below the [Plunger]. /// {@endtemplate} class PlungerAnchorPrismaticJointDef extends PrismaticJointDef {