Skip to content

Commit 58dbd93

Browse files
committed
superytpe
1 parent deca26f commit 58dbd93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/passes/Unsubtyping.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ struct Unsubtyping : Pass {
724724

725725
// If the supertype has a descriptor type, then the subtype must be
726726
// described by a corresponding subtype of the supertype's descriptor. (On
727-
// the other hand, no further requirements are placed on the superytpe if
727+
// the other hand, no further requirements are placed on the supertype if
728728
// the subtype has a descriptor.)
729729
if (auto desc = types.getDescriptor(super)) {
730730
auto subDesc = sub.getDescriptorType();

0 commit comments

Comments
 (0)