| Index: pkg/analyzer/lib/src/dart/error/syntactic_errors.dart
|
| diff --git a/pkg/analyzer/lib/src/dart/error/syntactic_errors.dart b/pkg/analyzer/lib/src/dart/error/syntactic_errors.dart
|
| index f70af7d1f152c20f45cca6ff312d1d1c2b30bd82..dc2071446d6853a8bcab40d937057569a42a49d4 100644
|
| --- a/pkg/analyzer/lib/src/dart/error/syntactic_errors.dart
|
| +++ b/pkg/analyzer/lib/src/dart/error/syntactic_errors.dart
|
| @@ -572,7 +572,7 @@ class ParserErrorCode extends ErrorCode {
|
|
|
| static const ParserErrorCode MISSING_STAR_AFTER_SYNC = const ParserErrorCode(
|
| 'MISSING_STAR_AFTER_SYNC',
|
| - "The modifier 'sync' must be followed by a star ('*')",
|
| + "The modifier 'sync' must be followed by a star ('*').",
|
| "Try removing the modifier, or add a star.");
|
|
|
| static const ParserErrorCode MISSING_STATEMENT =
|
|
|