Merge pull request #1407 from zakhenry/patch-1

docs(classDiagram): typo
This commit is contained in:
GDFaber
2020-05-13 16:46:21 +02:00
committed by GitHub

View File

@@ -318,7 +318,7 @@ The different cardinality options are :
- `1..*` One or more
- `*` Many
- `n` n {where n>1}
- `0..n` zeor to n {where n>1}
- `0..n` zero to n {where n>1}
- `1..n` one to n {where n>1}
Cardinality can be easily defined by placing cardinality text within qoutes `"` before(optional) and after(optional) a given arrow.