std: fix typo in comment

This commit is contained in:
daurnimator 2019-12-31 03:06:33 +11:00
parent ef3a01a367
commit 42727c73f9
No known key found for this signature in database
GPG Key ID: 45B429A8F9D9D22A

View File

@ -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;