add conclusion

This commit is contained in:
a 2023-08-31 06:00:49 -05:00
parent 27c2470a9d
commit 06a35f6d95

View file

@ -1,3 +1,5 @@
Invite is a subtype of Offer, despite the grammar being inverted -- `John Offer Object to Sally` vs `John Invite Sally to Object`
because Invite extends Offer, examples given for Invite therefore take the form `John Invite Object to Sally` which doesn't make sense.
because Invite extends Offer, examples given for Invite therefore take the form `John Invite Object to Sally` which doesn't make sense.
conclusion: Invite should not extend Offer.