aboutsummaryrefslogtreecommitdiff
path: root/lib/std/json.zig
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2019-12-31 03:06:33 +1100
committerdaurnimator <quae@daurnimator.com>2019-12-31 03:06:33 +1100
commit42727c73f92b7b3453de643ecd13eeb35ce00b72 (patch)
tree60201c2d48c85ec8f9dbff0f527a8df40fb944c0 /lib/std/json.zig
parentef3a01a367fabdabf8000cafa74d7ae26337df2d (diff)
downloadzig-42727c73f92b7b3453de643ecd13eeb35ce00b72.tar.gz
zig-42727c73f92b7b3453de643ecd13eeb35ce00b72.zip
std: fix typo in comment
Diffstat (limited to 'lib/std/json.zig')
-rw-r--r--lib/std/json.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/json.zig b/lib/std/json.zig
index 0173bd955d..a7e98ad1a5 100644
--- a/lib/std/json.zig
+++ b/lib/std/json.zig
@@ -1007,7 +1007,7 @@ pub const TokenStream = struct {
}
}
- // Without this a bare number fails, becasue the streaming parser doesn't know it ended
+ // Without this a bare number fails, the streaming parser doesn't know the input ended
try self.parser.feed(' ', &t1, &t2);
self.i += 1;