Skip to content

Commit d527f6e

Browse files
authored
Fix typo in gen_l10n_types.dart (#159035)
This pull request fixes a typo.
1 parent b5331b3 commit d527f6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/flutter_tools/lib/src/localizations/gen_l10n_types.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ class AppResourceBundle {
639639
'The locale specified in @@locale and the arb filename do not match. \n'
640640
'Please make sure that they match, since this prevents any confusion \n'
641641
'with which locale to use. Otherwise, specify the locale in either the \n'
642-
'filename of the @@locale key only.\n'
642+
'filename or the @@locale key only.\n'
643643
'Current @@locale value: $localeString\n'
644644
'Current filename extension: $parserLocaleString'
645645
);

0 commit comments

Comments
 (0)