| Index: sdk/lib/io/io_sink.dart
|
| diff --git a/sdk/lib/io/io_sink.dart b/sdk/lib/io/io_sink.dart
|
| index b1e1fca2c83679b4cf7dbd75a401b7b411b50e49..3a5ca681fa732c3e8cf551b31a3b65990f1feab8 100644
|
| --- a/sdk/lib/io/io_sink.dart
|
| +++ b/sdk/lib/io/io_sink.dart
|
| @@ -112,7 +112,7 @@ abstract class IOSink implements StreamSink<List<int>>, StringSink {
|
|
|
| /**
|
| * Returns a [Future] that completes once all buffered data is accepted by the
|
| - * to underlying [StreamConsumer].
|
| + * underlying [StreamConsumer].
|
| *
|
| * This method must not be called while an [addStream] is incomplete.
|
| *
|
|
|