| Index: sdk/lib/core/null.dart
|
| diff --git a/sdk/lib/core/null.dart b/sdk/lib/core/null.dart
|
| index 46960e01fb3513774809b15710e6c85b024189d4..dd914a3be90ae0ea66c2eabf9c7a0a5263f011af 100644
|
| --- a/sdk/lib/core/null.dart
|
| +++ b/sdk/lib/core/null.dart
|
| @@ -5,11 +5,11 @@
|
| part of dart.core;
|
|
|
| /**
|
| - * Class of the `null` value.
|
| - *
|
| - * The only instance of the [Null] class is the `null` object.
|
| - *
|
| - * It is an error for a class to extend or implement Null.
|
| + * The reserved word [:null:] denotes an object that is the sole instance of
|
| + * this class.
|
| + *
|
| + * It is a compile-time error for a class to attempt to extend or implement
|
| + * Null.
|
| */
|
| class Null {
|
| factory Null._uninstantiable() {
|
|
|