Fix typo: chracter
-> character
(#561)
This commit is contained in:
parent
b5dea44ee7
commit
9eb867dd15
@ -56,7 +56,7 @@ impl<'src> Lexer<'src> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Advance over the chracter in `self.next`, updating
|
/// Advance over the character in `self.next`, updating
|
||||||
/// `self.token_end` accordingly.
|
/// `self.token_end` accordingly.
|
||||||
fn advance(&mut self) -> CompilationResult<'src, ()> {
|
fn advance(&mut self) -> CompilationResult<'src, ()> {
|
||||||
match self.next {
|
match self.next {
|
||||||
|
Loading…
Reference in New Issue
Block a user