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}