We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5d45f commit 37543ceCopy full SHA for 37543ce
compiler/rustc_span/src/edition.rs
@@ -20,7 +20,7 @@ pub enum Edition {
20
Edition2015,
21
/// The 2018 edition
22
Edition2018,
23
- /// The 2021 ediiton
+ /// The 2021 edition
24
Edition2021,
25
}
26
0 commit comments