From 7d781974ef9f738f178dd54be10d131e141667d4 Mon Sep 17 00:00:00 2001 From: alestiago Date: Tue, 15 Mar 2022 08:48:17 +0000 Subject: [PATCH] docs: improved doc comment --- lib/game/components/board.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/game/components/board.dart b/lib/game/components/board.dart index a6627d51..68868b61 100644 --- a/lib/game/components/board.dart +++ b/lib/game/components/board.dart @@ -2,9 +2,9 @@ import 'package:flame/components.dart'; import 'package:pinball/game/game.dart'; /// {@template bottom_group} -/// Grouping of the board's bottom components. +/// Grouping of the board's bottom [Component]s. /// -/// The bottom components are the [Flipper]s and the [Baseboard]s. +/// The bottom [Component]s are the [Flipper]s and the [Baseboard]s. /// {@endtemplate} // TODO(alestiago): Add [SlingShot] once provided. class BottomGroup extends Component {