Update lib/game/components/plunger.dart

Co-authored-by: Alejandro Santiago <dev@alestiago.com>
pull/10/head
Allison Ryan 3 years ago committed by GitHub
parent 3ef9cb878b
commit ea3b126b62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save