Merge pull request #55 from gbezyuk/patch-1

Typo fix in 04_order.md
This commit is contained in:
abuseofnotation 2024-03-05 21:40:05 +02:00 committed by GitHub
commit ba5b87d8cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ Given a set of objects, there can be numerous criteria, based on which to order
However, currently we are not interested in the *criteria* that we can use to order objects, but in the *nature of the relationships* that define order. Of which there can be several types as well.
Mathematically, the order as a construct is represented (much like a monoid) by two two components.
Mathematically, the order as a construct is represented (much like a monoid) by two components.
One is a *set of things* (e.g. colorful balls) which we sometimes call the order's *underlying set*.