| Index: tool/input_sdk/lib/core/set.dart
|
| diff --git a/tool/input_sdk/lib/core/set.dart b/tool/input_sdk/lib/core/set.dart
|
| index 5d11b04712dce4fea7c10ae2299407ffcb50a86f..55ad97145ba14a86c0298bee1964d1de2cbf6410 100644
|
| --- a/tool/input_sdk/lib/core/set.dart
|
| +++ b/tool/input_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`.
|
|
|