| Index: sdk/lib/core/comparable.dart
|
| diff --git a/sdk/lib/core/comparable.dart b/sdk/lib/core/comparable.dart
|
| index b2aa545bd7fd8f5dd8809d605e1a99fc70a94678..eae23abda8dea558f94d45d63b05aa0b78311289 100644
|
| --- a/sdk/lib/core/comparable.dart
|
| +++ b/sdk/lib/core/comparable.dart
|
| @@ -63,6 +63,8 @@ abstract class Comparable<T> {
|
| /**
|
| * A [Comparator] that compares one comparable to another.
|
| *
|
| + * It returns the result of `a.compareTo(b)`.
|
| + *
|
| * This utility function is used as the default comparator
|
| * for ordering collections, for example in the [List] sort function.
|
| */
|
|
|