Skip to content

Commit

Permalink
Rollup merge of rust-lang#69135 - drewrip:drewrip-spelling, r=jonas-s…
Browse files Browse the repository at this point in the history
…chievink

Spelling error "represening" to "representing"

Small spelling mistake I noticed when looking through the Rust lexer.
  • Loading branch information
Dylan-DPC authored Feb 13, 2020
2 parents a8a2c14 + 026dec5 commit 0bdf568
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 0bdf568

Please sign in to comment.