From a46d74aef1baf0ee2a1762aee172705956225ca7 Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Fri, 6 May 2022 16:21:30 +0200 Subject: [PATCH] Update lib/game/components/backbox/bloc/backbox_state.dart Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- lib/game/components/backbox/bloc/backbox_state.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/components/backbox/bloc/backbox_state.dart b/lib/game/components/backbox/bloc/backbox_state.dart index 10fa4aad..3c8a8728 100644 --- a/lib/game/components/backbox/bloc/backbox_state.dart +++ b/lib/game/components/backbox/bloc/backbox_state.dart @@ -77,7 +77,7 @@ class InitialsFailureState extends BackboxState { } /// {@template share_state} -/// State when the user is sharing the score. +/// State when the user is sharing their score. /// {@endtemplate} class ShareState extends BackboxState { /// {@macro share_state}