| Index: pkg/analyzer/lib/src/task/dart.dart
|
| diff --git a/pkg/analyzer/lib/src/task/dart.dart b/pkg/analyzer/lib/src/task/dart.dart
|
| index e8a331c0f4e3901217b14dabb788b372e82be708..81745f737c392878715fe203cd8f0b4b8a3f55b9 100644
|
| --- a/pkg/analyzer/lib/src/task/dart.dart
|
| +++ b/pkg/analyzer/lib/src/task/dart.dart
|
| @@ -341,7 +341,7 @@ final ResultDescriptor<ReferencedNames> REFERENCED_NAMES =
|
| new ResultDescriptor<ReferencedNames>('REFERENCED_NAMES', null);
|
|
|
| /**
|
| - * The errors produced while resolving a full compilation unit.
|
| + * The errors produced while resolving a full compilation unit.
|
| *
|
| * The list will be empty if there were no errors, but will not be `null`.
|
| *
|
|
|