Skip to content

Commit b9a2570

Browse files
authoredMar 10, 2021
Rollup merge of #82955 - ltoddy:fix/wrong, r=jonas-schievink
fix: wrong word
2 parents d01648b + 37543ce commit b9a2570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎compiler/rustc_span/src/edition.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub enum Edition {
2020
Edition2015,
2121
/// The 2018 edition
2222
Edition2018,
23-
/// The 2021 ediiton
23+
/// The 2021 edition
2424
Edition2021,
2525
}
2626

0 commit comments

Comments
 (0)
Please sign in to comment.