| Index: runtime/bin/output_stream.dart
|
| diff --git a/runtime/bin/output_stream.dart b/runtime/bin/output_stream.dart
|
| index 9385c5479ef1060c6b4e49f7d21b2045698ae791..a973b03f34f78a1a61526e21f414f8ca1c6c46fa 100644
|
| --- a/runtime/bin/output_stream.dart
|
| +++ b/runtime/bin/output_stream.dart
|
| @@ -3,10 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| /**
|
| - * Output is written to a given output stream. Such an output stream can
|
| - * be an endpoint, e.g., a socket or a file, or another output stream.
|
| - * Multiple output streams can be chained together to operate collaboratively
|
| - * on a given output.
|
| + * Output streams are used to write data sequentially to a data
|
| + * destination e.g. a connected socket or an open file.
|
| *
|
| * An output stream provides internal buffering of the data written
|
| * through all calls to [write] and [writeFrom] if data cannot be
|
|
|