| Index: runtime/lib/convert_patch.dart
|
| diff --git a/runtime/lib/convert_patch.dart b/runtime/lib/convert_patch.dart
|
| index 7d45097431feac546f7e0ae147f2bb3986792902..1b6af93ce89ba9a8655d561614bb3c2e6ab1c07a 100644
|
| --- a/runtime/lib/convert_patch.dart
|
| +++ b/runtime/lib/convert_patch.dart
|
| @@ -1191,7 +1191,7 @@ abstract class _ChunkedJsonParser {
|
| buffer.length = newCount;
|
| }
|
|
|
| - // Continues an already chunked number accross an entire chunk.
|
| + // Continues an already chunked number across an entire chunk.
|
| int continueChunkNumber(int state, int start, _NumberBuffer buffer) {
|
| int end = chunkEnd;
|
| addNumberChunk(buffer, start, end, _NumberBuffer.kDefaultOverhead);
|
|
|