diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2021-03-10 17:55:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-10 17:55:44 +0100 |
| commit | b9a2570c9bb8eb9ea23d591b3a73fc40bb6aeb40 (patch) | |
| tree | 830b74d83c7471ff9997df1fc576b76813ecf07f /compiler/rustc_span/src | |
| parent | d01648b60e74ae12e990b0858e68023504b9bd29 (diff) | |
| parent | 37543ce656183c3548fa7d4c7d4f9897e73f54c9 (diff) | |
| download | rust-b9a2570c9bb8eb9ea23d591b3a73fc40bb6aeb40.tar.gz rust-b9a2570c9bb8eb9ea23d591b3a73fc40bb6aeb40.zip | |
Rollup merge of #82955 - ltoddy:fix/wrong, r=jonas-schievink
fix: wrong word
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/edition.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/edition.rs b/compiler/rustc_span/src/edition.rs index a9200dd7dfd..8544acd6d05 100644 --- a/compiler/rustc_span/src/edition.rs +++ b/compiler/rustc_span/src/edition.rs @@ -20,7 +20,7 @@ pub enum Edition { Edition2015, /// The 2018 edition Edition2018, - /// The 2021 ediiton + /// The 2021 edition Edition2021, } |
