Skip to content

Commit 37543ce

Browse files
committed
fix: wrong word
1 parent 3a5d45f commit 37543ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_span/src/edition.rs

Lines changed: 1 addition & 1 deletion
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)