Spelling error "represening" to "representing"
This commit is contained in:
parent
d538b80ad7
commit
026dec5500
@ -35,7 +35,7 @@ fn new(kind: TokenKind, len: usize) -> Token {
|
||||
}
|
||||
}
|
||||
|
||||
/// Enum represening common lexeme types.
|
||||
/// Enum representing common lexeme types.
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord)]
|
||||
pub enum TokenKind {
|
||||
// Multi-char tokens:
|
||||
|
Loading…
Reference in New Issue
Block a user