mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #33708 from LucianoPAlmeida/minor-typo
[NFC] Correcting minor typo on a CSDiagnostics comment
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user