authorgravatar for quae@daurnimator.comdaurnimator <quae@daurnimator.com> 2019-12-31 03:06:33+11:00
committergravatar for quae@daurnimator.comdaurnimator <quae@daurnimator.com> 2019-12-31 03:06:33+11:00
log42727c73f92b7b3453de643ecd13eeb35ce00b72
tree60201c2d48c85ec8f9dbff0f527a8df40fb944c0
parentef3a01a367fabdabf8000cafa74d7ae26337df2d
signature Commit is signed but in an unrecognized format.

std: fix typo in comment


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/json.zig+1-1
......@@ -1007,7 +1007,7 @@ pub const TokenStream = struct {
10071007 }
10081008 }
10091009
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
10111011 try self.parser.feed(' ', &t1, &t2);
10121012 self.i += 1;
10131013