Skip to content

Commit

Permalink
Rollup merge of #82955 - ltoddy:fix/wrong, r=jonas-schievink
Browse files Browse the repository at this point in the history
fix: wrong word
  • Loading branch information
Dylan-DPC authored Mar 10, 2021
2 parents d01648b + 37543ce commit b9a2570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_span/src/edition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub enum Edition {
Edition2015,
/// The 2018 edition
Edition2018,
/// The 2021 ediiton
/// The 2021 edition
Edition2021,
}

Expand Down

0 comments on commit b9a2570

Please sign in to comment.