From 70f23bb7d3386b67dee7dcc6ac6534a9c95ccf55 Mon Sep 17 00:00:00 2001 From: alestiago Date: Wed, 20 Apr 2022 17:37:35 +0100 Subject: [PATCH] docs: improved progress doc --- packages/pinball_components/lib/src/components/signpost.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pinball_components/lib/src/components/signpost.dart b/packages/pinball_components/lib/src/components/signpost.dart index b263464b..665c2cbb 100644 --- a/packages/pinball_components/lib/src/components/signpost.dart +++ b/packages/pinball_components/lib/src/components/signpost.dart @@ -56,7 +56,7 @@ class Signpost extends BodyComponent with InitialPosition { /// Forwards the sprite to the next [SignpostSpriteState]. /// - /// If the current state is the last one it goes back to the initial state. + /// If the current state is the last one it cycles back to the initial state. void progress() => firstChild<_SignpostSpriteComponent>()!.progress(); @override