From f04ec116577bb9c7d1a56f5977c71f41217c7bf3 Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Sun, 8 May 2022 11:10:16 +0200 Subject: [PATCH] Update lib/game/components/backbox/displays/share_display.dart Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- lib/game/components/backbox/displays/share_display.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/components/backbox/displays/share_display.dart b/lib/game/components/backbox/displays/share_display.dart index 621ea5ea..21f3cd80 100644 --- a/lib/game/components/backbox/displays/share_display.dart +++ b/lib/game/components/backbox/displays/share_display.dart @@ -9,7 +9,7 @@ import 'package:pinball_flame/pinball_flame.dart'; import 'package:pinball_ui/pinball_ui.dart'; import 'package:share_repository/share_repository.dart'; -/// Signature for the callback called when the used tries to share the score +/// Signature for the callback called when the user tries to share their score /// on the [ShareDisplay]. typedef OnSocialShareTap = void Function(SharePlatform);