From 5b2d8aeb430671b9533e76b504e3bb05fd802e91 Mon Sep 17 00:00:00 2001 From: Jorge Coca Date: Sun, 1 May 2022 16:56:53 -0500 Subject: [PATCH] Update lib/select_character/view/character_selection_page.dart Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- lib/select_character/view/character_selection_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}