From 37e089b43574036220c917bcabf5d9a8f5e9b136 Mon Sep 17 00:00:00 2001 From: alestiago Date: Sat, 7 May 2022 18:15:01 +0100 Subject: [PATCH] docs: improved bumper docs --- .../lib/src/components/dash_bumper/dash_bumper.dart | 2 +- .../lib/src/components/sparky_bumper/sparky_bumper.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/pinball_components/lib/src/components/dash_bumper/dash_bumper.dart b/packages/pinball_components/lib/src/components/dash_bumper/dash_bumper.dart index cf882eaa..c379b462 100644 --- a/packages/pinball_components/lib/src/components/dash_bumper/dash_bumper.dart +++ b/packages/pinball_components/lib/src/components/dash_bumper/dash_bumper.dart @@ -11,7 +11,7 @@ import 'package:pinball_flame/pinball_flame.dart'; export 'cubit/dash_bumper_cubit.dart'; /// {@template dash_bumper} -/// Bumper with a nest appearance. +/// Bumper for the flutter forest. /// {@endtemplate} class DashBumper extends BodyComponent with InitialPosition { /// {@macro dash_bumper} diff --git a/packages/pinball_components/lib/src/components/sparky_bumper/sparky_bumper.dart b/packages/pinball_components/lib/src/components/sparky_bumper/sparky_bumper.dart index c4cb672a..eeb98e15 100644 --- a/packages/pinball_components/lib/src/components/sparky_bumper/sparky_bumper.dart +++ b/packages/pinball_components/lib/src/components/sparky_bumper/sparky_bumper.dart @@ -11,7 +11,7 @@ import 'package:pinball_flame/pinball_flame.dart'; export 'cubit/sparky_bumper_cubit.dart'; /// {@template sparky_bumper} -/// Bumper for Sparky area. +/// Bumper for the Sparky Scorch. /// {@endtemplate} class SparkyBumper extends BodyComponent with InitialPosition, ZIndex { /// {@macro sparky_bumper}