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

Unified Diff: sdk/lib/core/list.dart

Issue 23859008: Convert HashSet, LinkedHashSet to factory methods and custom implementations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 7 years, 3 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
Index: sdk/lib/core/list.dart
diff --git a/sdk/lib/core/list.dart b/sdk/lib/core/list.dart
index 3c27d04e1ab7c00c51d7a26fea58eff7e1fd55f4..d311785a231d371c5e289352c9bd6a78c3118a3f 100644
--- a/sdk/lib/core/list.dart
+++ b/sdk/lib/core/list.dart
@@ -192,7 +192,7 @@ abstract class List<E> implements Iterable<E> {
* Removes all objects from this list;
* the length of the list becomes zero.
*
- * Throws an [UnsupportedError], and retains all objects, if this
+ * Throws an [UnsupportedError], and retains all objects, if this
* is a fixed-length list.
*/
void clear();

Powered by Google App Engine
This is Rietveld 408576698