Fix dat comment

This commit is contained in:
Veetaha 2020-02-22 14:16:13 +02:00 committed by GitHub
parent 70ad904012
commit 59dc797eb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,7 +164,7 @@ pub(crate) fn bump(&mut self, kind: SyntaxKind) {
assert!(self.eat(kind));
}
/// Advances the parser by one token with composite puncts handled
/// Advances the parser by one token
pub(crate) fn bump_any(&mut self) {
let kind = self.nth(0);
if kind == EOF {