diff --git a/lib/std/json.zig b/lib/std/json.zig index 0173bd955d24f7a404bcdeccfef4ee8845d9bcc5..a7e98ad1a5abd07afc70b6c1b9dae129dc253501 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;