Skip to content

Commit 8177a3f

Browse files
committed
cleanup
1 parent 92e7beb commit 8177a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 4 -- Composition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2388,7 +2388,7 @@ ArgumentsAreMergeable(argumentA, argumentB):
23882388

23892389
- Let {typeA} be the type of {argumentA}
23902390
- Let {typeB} be the type of {argumentB}
2391-
- {InputTypesAreMergeable(typeA, typeB)} must be true.
2391+
- {SameTypeShape(typeA, typeB)} must be true.
23922392

23932393
**Explanatory Text**
23942394

0 commit comments

Comments
 (0)