| Index: sdk/lib/core/iterable.dart
|
| diff --git a/sdk/lib/core/iterable.dart b/sdk/lib/core/iterable.dart
|
| index 9ea0c02a261abdad24fbca474a91698351ba4942..770465b37a44173eeddd975054f58405d13b4471 100644
|
| --- a/sdk/lib/core/iterable.dart
|
| +++ b/sdk/lib/core/iterable.dart
|
| @@ -204,7 +204,7 @@ abstract class Iterable<E> {
|
| * equal to [element].
|
| *
|
| * The equality used to determine whether [element] is equal to an element of
|
| - * the iterable defaults to the [Object.operator==] of the element.
|
| + * the iterable defaults to the [Object.==] of the element.
|
| *
|
| * Some types of iterable may have a different equality used for its elements.
|
| * For example, a [Set] may have a custom equality
|
|
|