| Index: sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| index 0aa0c277403d792bb7a6639af6e3f7ef8d4e5c09..eedf6a41b479a27fbbb235374d1807cf5b06d613 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| @@ -298,7 +298,7 @@ abstract class ElementX implements Element {
|
| /**
|
| * Represents an unresolvable or duplicated element.
|
| *
|
| - * An [ErroneousElement] is used instead of [null] to provide additional
|
| + * An [ErroneousElement] is used instead of [:null:] to provide additional
|
| * information about the error that caused the element to be unresolvable
|
| * or otherwise invalid.
|
| *
|
|
|