diff --git a/lib/game/components/backbox/displays/game_over_info_display.dart b/lib/game/components/backbox/displays/game_over_info_display.dart index 3e180461..3ee9b4e1 100644 --- a/lib/game/components/backbox/displays/game_over_info_display.dart +++ b/lib/game/components/backbox/displays/game_over_info_display.dart @@ -51,7 +51,7 @@ final _descriptionTextPaint = TextPaint( ); /// {@template game_over_info_display} -/// Display that handles shows to the user share or goto IO website. +/// Display with links to share your score or go to the IO webpage. /// {@endtemplate} class GameOverInfoDisplay extends Component with HasGameRef { /// {@macro game_over_info_display}