Merge pull request #33708 from LucianoPAlmeida/minor-typo

[NFC] Correcting minor typo on a CSDiagnostics comment
This commit is contained in:
Luciano Almeida
2020-08-30 23:53:33 -03:00
committed by GitHub

View File

@@ -643,7 +643,7 @@ Optional<Diag<Type, Type>> GenericArgumentsMismatchFailure::getDiagnosticFor(
void GenericArgumentsMismatchFailure::emitNoteForMismatch(int position) {
auto *locator = getLocator();
// Since there could be implicit conversions assoicated with argument
// Since there could be implicit conversions associated with argument
// to parameter conversions, let's use parameter type as a source of
// generic parameter information.
auto paramSourceTy =