mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fixed Typo. "a" to "an".
This commit is contained in:
@@ -1785,7 +1785,7 @@ bool CalleeCandidateInfo::diagnoseAnyStructuralArgumentError(Expr *argExpr) {
|
||||
return true;
|
||||
}
|
||||
|
||||
// If this is a argument label mismatch, then diagnose that error now.
|
||||
// If this is an argument label mismatch, then diagnose that error now.
|
||||
if (!correctNames.empty() &&
|
||||
CS->diagnoseArgumentLabelError(argExpr, correctNames,
|
||||
/*isSubscript=*/false))
|
||||
|
||||
Reference in New Issue
Block a user