| 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.
|
| *
|
|
|