Skip to content

Commit 0bdf568

Browse files
authored
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.
2 parents a8a2c14 + 026dec5 commit 0bdf568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_lexer/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ impl Token {
3535
}
3636
}
3737

38-
/// Enum represening common lexeme types.
38+
/// Enum representing common lexeme types.
3939
#[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord)]
4040
pub enum TokenKind {
4141
// Multi-char tokens:

0 commit comments

Comments
 (0)