Skip to content

Commit

Permalink
Change: typo
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Krämer <c.kraemer.rulle@web.de>
  • Loading branch information
nichtsfrei and Kraemii committed Nov 29, 2022
1 parent c011a3b commit 9c7faec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/nasl-syntax/src/lexer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ impl<'a> Lexer<'a> {
continue;
}
}
// Due to peeking it can end up in and endlessloop
// Due to peeking it can end up in an endless loop
return Err(unexpected_token!(token));
}

Expand Down

0 comments on commit 9c7faec

Please sign in to comment.