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

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

Issue 2640963006: Update List.setRange comment. (Closed)
Patch Set: 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 | « no previous file | no next file » | 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 9dc6610adabf944c2b4063b93f1953cf8db6df86..ddc4f53dfeb9a6d5b8ff4246f44368ef2a6a6bb7 100644
--- a/sdk/lib/core/list.dart
+++ b/sdk/lib/core/list.dart
@@ -452,7 +452,7 @@ abstract class List<E> implements EfficientLengthIterable<E> {
* The [iterable] must have enough objects to fill the range from `start`
* to `end` after skipping [skipCount] objects.
*
- * If `iterable` is this list, the operation will copies the elements
+ * If `iterable` is this list, the operation copies the elements
* originally in the range from `skipCount` to `skipCount + (end - start)` to
* the range `start` to `end`, even if the two ranges overlap.
*
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698