Commit 42727c73f9
Changed files (1)
lib
std
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;