| author | |
| committer | |
| log | 42727c73f92b7b3453de643ecd13eeb35ce00b72 |
| tree | 60201c2d48c85ec8f9dbff0f527a8df40fb944c0 |
| parent | ef3a01a367fabdabf8000cafa74d7ae26337df2d |
| signature | Commit is signed but in an unrecognized format. |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/json.zig+1-1| ... | ... | @@ -1007,7 +1007,7 @@ pub const TokenStream = struct { |
| 1007 | 1007 | } |
| 1008 | 1008 | } |
| 1009 | 1009 | |
| 1010 | // Without this a bare number fails, becasue the streaming parser doesn't know it ended | |
| 1010 | // Without this a bare number fails, the streaming parser doesn't know the input ended | |
| 1011 | 1011 | try self.parser.feed(' ', &t1, &t2); |
| 1012 | 1012 | self.i += 1; |
| 1013 | 1013 |