We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d01648b + 37543ce commit b9a2570Copy full SHA for b9a2570
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