From 85b26c740fd50f168420506a2ecb4097b6ae929c Mon Sep 17 00:00:00 2001 From: alestiago Date: Wed, 4 May 2022 12:51:26 +0100 Subject: [PATCH] docs: improved documentation --- lib/game/behaviors/scoring_behavior.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/behaviors/scoring_behavior.dart b/lib/game/behaviors/scoring_behavior.dart index a30c753b..84597838 100644 --- a/lib/game/behaviors/scoring_behavior.dart +++ b/lib/game/behaviors/scoring_behavior.dart @@ -10,7 +10,7 @@ import 'package:pinball_flame/pinball_flame.dart'; /// {@template scoring_behavior} /// Adds [_points] to the score and shows a text effect. /// -/// The behavior removes itself after the effect is completed. +/// The behavior removes itself after the duration. /// {@endtemplate} class ScoringBehavior extends Component with HasGameRef { /// {@macto scoring_behavior}