Skip to content

Commit

Permalink
Change SameOutputTypeShape to SameTypeShape (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-84 authored Dec 17, 2024
1 parent 0a2799c commit e416179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Section 4 -- Composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ FieldsAreMergeable(fields):
- Given each pair of members {fieldA} and {fieldB} in {fields}:
- Let {typeA} be the type of {fieldA}
- Let {typeB} be the type of {fieldB}
- {SameOutputTypeShape(typeA, typeB)} must be true.
- {SameTypeShape(typeA, typeB)} must be true.

**Explanatory Text**

Expand Down

0 comments on commit e416179

Please sign in to comment.