| Index: sdk/lib/io/bytes_builder.dart
|
| diff --git a/sdk/lib/io/bytes_builder.dart b/sdk/lib/io/bytes_builder.dart
|
| index a4b611fc505c9f386dc55adb45420398d62e08df..979e6570326eab93b894cdc07ed52dd775ff87bf 100644
|
| --- a/sdk/lib/io/bytes_builder.dart
|
| +++ b/sdk/lib/io/bytes_builder.dart
|
| @@ -45,7 +45,7 @@ abstract class BytesBuilder {
|
| /**
|
| * Returns the contents of `this` and clears `this`.
|
| *
|
| - * The list returned is a view of the the internal buffer, limited to the
|
| + * The list returned is a view of the internal buffer, limited to the
|
| * [length].
|
| */
|
| List<int> takeBytes();
|
|
|