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

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

Issue 2655883002: fix spelling in core libraries (Closed)
Patch Set: while I’m at it… Created 3 years, 11 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 | « sdk/lib/core/invocation.dart ('k') | sdk/lib/core/num.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/list.dart
diff --git a/sdk/lib/core/list.dart b/sdk/lib/core/list.dart
index ddc4f53dfeb9a6d5b8ff4246f44368ef2a6a6bb7..ca0a449777e307c59483e8c81dbb3da7111c7dfd 100644
--- a/sdk/lib/core/list.dart
+++ b/sdk/lib/core/list.dart
@@ -329,7 +329,7 @@ abstract class List<E> implements EfficientLengthIterable<E> {
void setAll(int index, Iterable<E> iterable);
/**
- * Removes the first occurence of [value] from this list.
+ * Removes the first occurrence of [value] from this list.
*
* Returns true if [value] was in the list, false otherwise.
*
« no previous file with comments | « sdk/lib/core/invocation.dart ('k') | sdk/lib/core/num.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698