Skip to content

Commit 0a7c93d

Browse files
authored
Merge pull request #14011 from noahsark769/noahsark769-DerivedConformances-typo-fix
2 parents d502355 + 80045ad commit 0a7c93d

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
@@ -104,7 +104,7 @@ bool DerivedConformance::derivesProtocolConformance(DeclContext *DC,
104104
}
105105

106106
// hasOnlyCasesWithoutAssociatedValues will return true for empty enums;
107-
// empty enumas are allowed to conform as well.
107+
// empty enums are allowed to conform as well.
108108
return enumDecl->hasOnlyCasesWithoutAssociatedValues();
109109
}
110110

0 commit comments

Comments
 (0)