diff --git a/lib/game/components/flipper.dart b/lib/game/components/flipper.dart index 1bdf8d0f..d21c3d08 100644 --- a/lib/game/components/flipper.dart +++ b/lib/game/components/flipper.dart @@ -216,7 +216,7 @@ class Flipper extends BodyComponent with KeyboardHandler, InitialPosition { } /// {@template flipper_anchor} -/// [Anchor] positioned at the end of a [Flipper]. +/// [JointAnchor] positioned at the end of a [Flipper]. /// /// The end of a [Flipper] depends on its [Flipper.side]. /// {@endtemplate}