From 42727c73f92b7b3453de643ecd13eeb35ce00b72 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Tue, 31 Dec 2019 03:06:33 +1100 Subject: std: fix typo in comment --- lib/std/json.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/std/json.zig') 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; -- cgit v1.2.3