docs(classDiagram): typo

This commit is contained in:
Zak Henry
2020-05-13 14:57:51 +01:00
committed by GitHub
parent 8ef3aee7e7
commit 36a47febc2

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.