From 25b0a90ca469ecbf516224b508fb4f5aab0c484a Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Thu, 24 Mar 2022 15:59:42 +0000 Subject: [PATCH] docs: improved doc comment Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- lib/game/components/flutter_forest.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/components/flutter_forest.dart b/lib/game/components/flutter_forest.dart index b1fff40b..377299b7 100644 --- a/lib/game/components/flutter_forest.dart +++ b/lib/game/components/flutter_forest.dart @@ -75,7 +75,7 @@ abstract class DashNestBumper extends BodyComponent } /// {@template bottom_wall_ball_contact_callback} -/// Listens when a [Ball] falls bounces against a [DashNestBumper]. +/// Listens when a [Ball] bounces against a [DashNestBumper]. /// {@endtemplate} @visibleForTesting class DashNestBumperBallContactCallback