| Index: pkg/analyzer/lib/dart/element/element.dart
|
| diff --git a/pkg/analyzer/lib/dart/element/element.dart b/pkg/analyzer/lib/dart/element/element.dart
|
| index e7091abbee52977712aace580768e4fcb5054cd6..13fbe4800383ea78306cb74c470e0bf73ba3718e 100644
|
| --- a/pkg/analyzer/lib/dart/element/element.dart
|
| +++ b/pkg/analyzer/lib/dart/element/element.dart
|
| @@ -763,7 +763,7 @@ abstract class Element implements AnalysisTarget {
|
| /**
|
| * Return a display name for the given element that includes the path to the
|
| * compilation unit in which the type is defined. If [shortName] is `null`
|
| - * then [getDisplayName] will be used as the name of this element. Otherwise
|
| + * then [displayName] will be used as the name of this element. Otherwise
|
| * the provided name will be used.
|
| */
|
| // TODO(brianwilkerson) Make the parameter optional.
|
|
|