diff --git a/lib/game/view/game_hud.dart b/lib/game/view/game_hud.dart index 7bf1e8c3..00eedd2b 100644 --- a/lib/game/view/game_hud.dart +++ b/lib/game/view/game_hud.dart @@ -3,7 +3,7 @@ import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:pinball/game/game.dart'; /// {@template game_hud} -/// Overlay of a [PinballGame] that displays the current [GameState.score] and +/// Overlay of a [PinballGame] that displays the current [GameState.score] and /// [GameState.balls]. /// {@endtemplate} class GameHud extends StatelessWidget {