diff --git a/lib/select_character/view/character_selection_page.dart b/lib/select_character/view/character_selection_page.dart index 0d0e9df6..864d1b41 100644 --- a/lib/select_character/view/character_selection_page.dart +++ b/lib/select_character/view/character_selection_page.dart @@ -17,7 +17,7 @@ Future showCharacterSelectionDialog(BuildContext context) { } /// {@template character_selection_dialog} -/// Dialog used to select the playing character of the game +/// Dialog used to select the playing character of the game. /// {@endtemplate character_selection_dialog} class CharacterSelectionDialog extends StatelessWidget { /// {@macro character_selection_dialog}