Rollup merge of #82955 - ltoddy:fix/wrong, r=jonas-schievink

fix: wrong word
This commit is contained in:
Dylan DPC 2021-03-10 17:55:44 +01:00 committed by GitHub
commit b9a2570c9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ pub enum Edition {
Edition2015,
/// The 2018 edition
Edition2018,
/// The 2021 ediiton
/// The 2021 edition
Edition2021,
}