| Index: sdk/lib/async/stream.dart
|
| diff --git a/sdk/lib/async/stream.dart b/sdk/lib/async/stream.dart
|
| index 906476b88582cc398022675345765c7dd54ef383..ff8349a2b2b30cd8553b91d0ead4e20af24338ba 100644
|
| --- a/sdk/lib/async/stream.dart
|
| +++ b/sdk/lib/async/stream.dart
|
| @@ -1382,7 +1382,7 @@ abstract class EventSink<T> implements Sink<T> {
|
| void add(T event);
|
| /** Send an async error to a stream. */
|
| void addError(errorEvent, [StackTrace stackTrace]);
|
| - /** Send a done event to a stream.*/
|
| + /** Send a done event to a stream. */
|
| void close();
|
| }
|
|
|
|
|