| Index: lib/src/stream_queue.dart
|
| diff --git a/lib/src/stream_queue.dart b/lib/src/stream_queue.dart
|
| index e4b3b640cd8dd14b7ef5e9d72353275dfada3f4a..36d03ef13a88d97f07952f6d061dba09017a2e69 100644
|
| --- a/lib/src/stream_queue.dart
|
| +++ b/lib/src/stream_queue.dart
|
| @@ -223,8 +223,8 @@ class StreamQueue<T> {
|
| /// subscription providing the events.
|
| ///
|
| /// If [immediate] is `true`, the subscription is instead canceled
|
| - /// immediately. Any pending events are completed as though the underlying
|
| - /// stream had closed.
|
| + /// immediately. Any pending events complete with a 'closed'-event, as though
|
| + /// the stream had closed by itself.
|
| ///
|
| /// The returned future completes with the result of calling
|
| /// `cancel`.
|
|
|