Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(868)

Unified Diff: sdk/lib/convert/json.dart

Issue 2946283002: Fix a couple of doc comment references - and many spelling mistakes (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/convert/base64.dart ('k') | sdk/lib/core/uri.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « sdk/lib/convert/base64.dart ('k') | sdk/lib/core/uri.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698