| Index: sdk/lib/async/stream.dart
|
| diff --git a/sdk/lib/async/stream.dart b/sdk/lib/async/stream.dart
|
| index eed4f8d262fe22090ea962a606e5a2a96778a6d1..b8e4e38d4d21807e9791a3acd8670c166db0ed3b 100644
|
| --- a/sdk/lib/async/stream.dart
|
| +++ b/sdk/lib/async/stream.dart
|
| @@ -1664,7 +1664,7 @@ abstract class StreamTransformer<S, T> {
|
| }
|
|
|
| /**
|
| - * An [Iterable] like interface for the values of a [Stream].
|
| + * An [Iterator] like interface for the values of a [Stream].
|
| *
|
| * This wraps a [Stream] and a subscription on the stream. It listens
|
| * on the stream, and completes the future returned by [moveNext] when the
|
|
|