| Index: sdk/lib/core/iterable.dart
|
| diff --git a/sdk/lib/core/iterable.dart b/sdk/lib/core/iterable.dart
|
| index 0e1f05a123f0839573de7176c7bf1eca331a681c..858a55d12c56fd24c8676e672afe4c6cfe0059be 100644
|
| --- a/sdk/lib/core/iterable.dart
|
| +++ b/sdk/lib/core/iterable.dart
|
| @@ -201,7 +201,7 @@ abstract class Iterable<E> {
|
| /**
|
| * Returns an Iterable that skips the first [n] elements.
|
| *
|
| - * If `this` has fewer than [n] elements, then the resulting Iterable is
|
| + * If `this` has fewer than [n] elements, then the resulting Iterable is
|
| * empty.
|
| *
|
| * It is an error if [n] is negative.
|
|
|