diff --git a/lib/game/components/board.dart b/lib/game/components/board.dart index f71d420f..c771b9d8 100644 --- a/lib/game/components/board.dart +++ b/lib/game/components/board.dart @@ -3,7 +3,7 @@ import 'package:pinball/game/game.dart'; /// {@template board} /// The main flat surface of the [PinballGame]. -/// {entemplate} +/// {endtemplate} class Board extends Component { /// {@macro board} Board();