Rollup merge of #69135 - drewrip:drewrip-spelling, r=jonas-schievink
Spelling error "represening" to "representing" Small spelling mistake I noticed when looking through the Rust lexer.
This commit is contained in:
commit
0bdf568ce4
@ -35,7 +35,7 @@ impl 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