From 8dcc6a3e32620a9164e4fac5cc92be18afc840c4 Mon Sep 17 00:00:00 2001 From: Allison Ryan Date: Fri, 22 Apr 2022 12:43:51 -0500 Subject: [PATCH] fix: lint --- lib/game/components/flutter_forest.dart | 2 +- lib/game/components/sparky_fire_zone.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/game/components/flutter_forest.dart b/lib/game/components/flutter_forest.dart index 9c8ab309..dc70ee62 100644 --- a/lib/game/components/flutter_forest.dart +++ b/lib/game/components/flutter_forest.dart @@ -7,7 +7,7 @@ import 'package:pinball_components/pinball_components.dart'; import 'package:pinball_flame/pinball_flame.dart'; /// {@template flutter_forest} -/// Area positioned at the top right of the [Board] where the [Ball] +/// Area positioned at the top right of the board where the [Ball] /// can bounce off [DashNestBumper]s. /// /// When all [DashNestBumper]s are hit at least once, the [GameBonus.dashNest] diff --git a/lib/game/components/sparky_fire_zone.dart b/lib/game/components/sparky_fire_zone.dart index a5450761..61e4ed00 100644 --- a/lib/game/components/sparky_fire_zone.dart +++ b/lib/game/components/sparky_fire_zone.dart @@ -7,7 +7,7 @@ import 'package:pinball_components/pinball_components.dart'; import 'package:pinball_flame/pinball_flame.dart'; /// {@template sparky_fire_zone} -/// Area positioned at the top left of the [Board] where the [Ball] +/// Area positioned at the top left of the board where the [Ball] /// can bounce off [SparkyBumper]s. /// /// When a [Ball] hits [SparkyBumper]s, the bumper animates.