Rollup merge of #51788 - berkus:fix-typo, r=varkor

Fix typo
This commit is contained in:
Pietro Albini 2018-06-26 11:35:43 +02:00 committed by GitHub
commit 8014713805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -540,7 +540,7 @@ impl CompilerDesugaringKind {
CompilerDesugaringKind::DotFill => "...",
CompilerDesugaringKind::QuestionMark => "?",
CompilerDesugaringKind::Catch => "do catch",
CompilerDesugaringKind::ExistentialReturnType => "existental type",
CompilerDesugaringKind::ExistentialReturnType => "existential type",
})
}
}