| Index: pkg/analyzer/lib/src/summary/format.dart
|
| diff --git a/pkg/analyzer/lib/src/summary/format.dart b/pkg/analyzer/lib/src/summary/format.dart
|
| index b47ef551dbde3f16a0f8eaf41c2198dfa235325b..79606622a72ccbd1bbda94ee35597968ccac28bd 100644
|
| --- a/pkg/analyzer/lib/src/summary/format.dart
|
| +++ b/pkg/analyzer/lib/src/summary/format.dart
|
| @@ -6477,8 +6477,8 @@ class UnlinkedPublicNameBuilder extends Object with _UnlinkedPublicNameMixin imp
|
|
|
| /**
|
| * If this [UnlinkedPublicName] is a class, the list of members which can be
|
| - * referenced from constants or factory redirects - static constant fields,
|
| - * static methods, and constructors. Otherwise empty.
|
| + * referenced statically - static fields, static methods, and constructors.
|
| + * Otherwise empty.
|
| *
|
| * Unnamed constructors are not included since they do not constitute a
|
| * separate name added to any namespace.
|
|
|