| Index: sdk/lib/core/set.dart
|
| diff --git a/sdk/lib/core/set.dart b/sdk/lib/core/set.dart
|
| index 984c41601ddac0295a55808f85ba3e7362c809d7..7e2508c7fc8989f23345c665bb0f45f887ee91ff 100644
|
| --- a/sdk/lib/core/set.dart
|
| +++ b/sdk/lib/core/set.dart
|
| @@ -180,7 +180,7 @@ abstract class Set<E> extends Iterable<E> implements EfficientLength {
|
| Set<E> union(Set<E> other);
|
|
|
| /**
|
| - * Returns a new set with the the elements of this that are not in [other].
|
| + * Returns a new set with the elements of this that are not in [other].
|
| *
|
| * That is, the returned set contains all the elements of this [Set] that
|
| * are not elements of [other] according to `other.contains`.
|
|
|