Skip to content

Commit 80045ad

Browse files
authored
Fix a typo in DerivedConformances
1 parent d01c9fa commit 80045ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/DerivedConformances.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ bool DerivedConformance::derivesProtocolConformance(TypeChecker &tc,
6363
}
6464

6565
// hasOnlyCasesWithoutAssociatedValues will return true for empty enums;
66-
// empty enumas are allowed to conform as well.
66+
// empty enums are allowed to conform as well.
6767
return enumDecl->hasOnlyCasesWithoutAssociatedValues();
6868
}
6969

0 commit comments

Comments
 (0)