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 {