diff --git a/lib/game/components/backbox/bloc/backbox_state.dart b/lib/game/components/backbox/bloc/backbox_state.dart index eba72278..10fa4aad 100644 --- a/lib/game/components/backbox/bloc/backbox_state.dart +++ b/lib/game/components/backbox/bloc/backbox_state.dart @@ -76,7 +76,7 @@ class InitialsFailureState extends BackboxState { List get props => []; } -/// {@template initials_form_state} +/// {@template share_state} /// State when the user is sharing the score. /// {@endtemplate} class ShareState extends BackboxState {