| Index: pkg/analyzer/lib/src/dart/resolver/scope.dart
|
| diff --git a/pkg/analyzer/lib/src/dart/resolver/scope.dart b/pkg/analyzer/lib/src/dart/resolver/scope.dart
|
| index 176f0d1faea16d0ba428fa5f4296ec58cabe3378..ab05e537370e2c67473debdbac7a4d39dc821308 100644
|
| --- a/pkg/analyzer/lib/src/dart/resolver/scope.dart
|
| +++ b/pkg/analyzer/lib/src/dart/resolver/scope.dart
|
| @@ -381,7 +381,7 @@ class LibraryImportScope extends Scope {
|
|
|
| /**
|
| * Initialize a newly created scope representing the names imported into the
|
| - * [_definingLibrary]. The [errorListener] is no longer used and should be
|
| + * [_definingLibrary]. The error listener is no longer used and should be
|
| * omitted.
|
| */
|
| LibraryImportScope(this._definingLibrary, [this.errorListener]) {
|
| @@ -566,7 +566,7 @@ class LibraryImportScope extends Scope {
|
| class LibraryScope extends EnclosedScope {
|
| /**
|
| * Initialize a newly created scope representing the names defined in the
|
| - * [definingLibrary]. The [errorListener] is no longer used and should be
|
| + * [definingLibrary]. The error listener is no longer used and should be
|
| * omitted.
|
| */
|
| LibraryScope(LibraryElement definingLibrary,
|
|
|