| Index: pkg/analyzer/lib/src/summary/format.fbs
|
| diff --git a/pkg/analyzer/lib/src/summary/format.fbs b/pkg/analyzer/lib/src/summary/format.fbs
|
| index 44d554487b6fcbf34486468ad1e00780b80680e2..68ac6ed18ba40abe5b5fe71c3a01545ea3a6a717 100644
|
| --- a/pkg/analyzer/lib/src/summary/format.fbs
|
| +++ b/pkg/analyzer/lib/src/summary/format.fbs
|
| @@ -2021,8 +2021,8 @@ table UnlinkedPublicName {
|
|
|
| /**
|
| * 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.
|
|
|