| Index: sdk/lib/core/iterable.dart
|
| diff --git a/sdk/lib/core/iterable.dart b/sdk/lib/core/iterable.dart
|
| index 78efa1b5ca5200c8577625ef9dcbc33143d1ee40..a327b6d54be396b97883c4d96c65764b90d610c9 100644
|
| --- a/sdk/lib/core/iterable.dart
|
| +++ b/sdk/lib/core/iterable.dart
|
| @@ -174,7 +174,7 @@ abstract class Iterable<E> {
|
| Iterable<E> where(bool f(E element)) => new WhereIterable<E>(this, f);
|
|
|
| /**
|
| - * Expands each element of this [Iterable]into zero or more elements.
|
| + * Expands each element of this [Iterable] into zero or more elements.
|
| *
|
| * The resulting Iterable runs through the elements returned
|
| * by [f] for each element of this, in iteration order.
|
|
|