drj826 / SML

This is the Perl 5 implementation of the SML code library. SML is a minimalistic plain text descriptive markup language which is human readable, enables continuous integration of documentation, expresses and validates semantic relationships, is easy to edit, is easy to generate automatically, and publishes professional documentation from plain text manuscripts.
GNU General Public License v3.0
2 stars 2 forks source link

Change "cardinality" to "multiplicity" #96

Closed drj826 closed 8 years ago

drj826 commented 8 years ago

I have been incorrectly using the term "cardinality" when I should have been using the term "multiplicity." Update the code to use the correct term "multiplicity."

Aren't "cardinality" and "multiplicity" synonymous? No. A "multiplicity" is made up of a lower and an upper cardinality. A cardinality is how many elements are in a set. Thus, a multiplicity tells you the minimum and maximum allowed members of the set. They are not synonymous.