Skip to content

Commit 83f469b

Browse files
committed
spelling: with
Signed-off-by: Josh Soref <[email protected]>
1 parent 3cc92a8 commit 83f469b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/RequirementMachine/MinimalConformances.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ static const ProtocolDecl *getParentConformanceForTerm(Term lhs) {
350350
if (lhs.size() == 2)
351351
return nullptr;
352352

353-
// If we have a rule of the form X.[P:Y].[Q] => X.[P:Y] wih non-empty X,
353+
// If we have a rule of the form X.[P:Y].[Q] => X.[P:Y] with non-empty X,
354354
// then the parent type is X.[P].
355355
return parentSymbol.getProtocol();
356356
}

0 commit comments

Comments
 (0)