| Index: pkg/analyzer/lib/src/task/strong/info.dart
|
| diff --git a/pkg/analyzer/lib/src/task/strong/info.dart b/pkg/analyzer/lib/src/task/strong/info.dart
|
| index 39885cde81b47963bf1998efb2e7fa89710e752d..408c05dae2033756d6231e3a1cf1a6b0b6f46bab 100644
|
| --- a/pkg/analyzer/lib/src/task/strong/info.dart
|
| +++ b/pkg/analyzer/lib/src/task/strong/info.dart
|
| @@ -469,7 +469,7 @@ abstract class StaticError extends StaticInfo {
|
| abstract class StaticInfo {
|
| /// Strong-mode error code names.
|
| ///
|
| - /// Used for error code configuration validation in `.analysis_options`.
|
| + /// Used for error code configuration validation in an analysis options file.
|
| static const List<String> names = const [
|
| //
|
| // Manually populated.
|
|
|