| Index: sdk/lib/convert/json.dart
|
| diff --git a/sdk/lib/convert/json.dart b/sdk/lib/convert/json.dart
|
| index 056802c2456644c366965fffa7b360383da30a3c..6997b3d08cd42365cfdd6fdce8095bd52b596965 100644
|
| --- a/sdk/lib/convert/json.dart
|
| +++ b/sdk/lib/convert/json.dart
|
| @@ -412,8 +412,8 @@ class _JsonEncoderSink extends ChunkedConversionSink<Object> {
|
| * Encodes the given object [o].
|
| *
|
| * It is an error to invoke this method more than once on any instance. While
|
| - * this makes the input effectly non-chunked the output will be generated in
|
| - * a chunked way.
|
| + * this makes the input effectively non-chunked the output will be generated
|
| + * in a chunked way.
|
| */
|
| void add(Object o) {
|
| if (_isDone) {
|
|
|