Chromium Code Reviews| Index: sdk/lib/async/stream_pipe.dart |
| diff --git a/sdk/lib/async/stream_pipe.dart b/sdk/lib/async/stream_pipe.dart |
| index 07b0c19cb7379db1c6b19d39a9a8418b01d5f9fc..65d041b383c00b372fd9eaa5bf205bbd59ded155 100644 |
| --- a/sdk/lib/async/stream_pipe.dart |
| +++ b/sdk/lib/async/stream_pipe.dart |
| @@ -40,7 +40,7 @@ _cancelAndError(StreamSubscription subscription, _FutureImpl future) => |
| /** |
| * A wrapper around a stream that allows independent subscribers. |
| * |
| - * By default [this] subscribes to [_source] and forwards all events to its own |
| + * By default [:this:] subscribes to [_source] and forwards all events to its own |
|
floitsch
2013/01/14 16:31:24
80chars.
If 'this' is not available yet, we shoul
Lasse Reichstein Nielsen
2013/01/15 08:52:54
It's not that "this" is not available *yet*, it is
|
| * subscribers. It does not subscribe until there is a subscriber, and |
| * unsubscribes again when there are no subscribers left. |
| * |