mirror of
https://github.com/ziglang/zig.git
synced 2026-01-02 03:25:01 +00:00
std: fix typo in comment
This commit is contained in:
parent
ef3a01a367
commit
42727c73f9
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user