Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: tool/input_sdk/lib/core/set.dart

Issue 1987963003: Misc updates (mostly doc) (Closed) Base URL: https://github.com/dart-lang/dev_compiler@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tool/input_sdk/lib/core/iterable.dart ('k') | tool/input_sdk/lib/core/uri.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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`.
« no previous file with comments | « tool/input_sdk/lib/core/iterable.dart ('k') | tool/input_sdk/lib/core/uri.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698