Skip to content

Commit

Permalink
Spelling error "represening" to "representing"
Browse files Browse the repository at this point in the history
  • Loading branch information
drewrip authored Feb 13, 2020
1 parent d538b80 commit 026dec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_lexer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 026dec5

Please sign in to comment.