diff --git a/lib/game/components/plunger.dart b/lib/game/components/plunger.dart index a27523f9..9bcde451 100644 --- a/lib/game/components/plunger.dart +++ b/lib/game/components/plunger.dart @@ -75,8 +75,8 @@ class Plunger extends BodyComponent with KeyboardHandler { return true; } - /// Anchors the [Plunger] to the [PrismaticJoint] - /// that controls its vertical motion. + /// Anchors the [Plunger] to the [PrismaticJoint] that controls its vertical + /// motion. Future _anchorToJoint() async { final anchor = PlungerAnchor(plunger: this); await add(anchor);