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
signaturelock-open 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 {...@@ -1007,7 +1007,7 @@ pub const TokenStream = struct {
1007 }1007 }
1008 }1008 }
10091009
1010 // Without this a bare number fails, becasue the streaming parser doesn't know it ended1010 // Without this a bare number fails, the streaming parser doesn't know the input ended
1011 try self.parser.feed(' ', &t1, &t2);1011 try self.parser.feed(' ', &t1, &t2);
1012 self.i += 1;1012 self.i += 1;
10131013