Merge pull request #1796 from kciter/bug/fix_markdown_bug

Fixed markdown error in Relationship Syntax
This commit is contained in:
Knut Sveidqvist
2020-11-26 18:59:31 +01:00
committed by GitHub

View File

@@ -107,10 +107,10 @@ Cardinality is a property that describes how many elements of another entity can
| Value (left) | Value (right) | Meaning |
|:------------:|:-------------:|--------------------------------------------------------|
| `|o` | `o|` | Zero or one |
| `||` | `||` | Exactly one |
| `\|o` | `o\|` | Zero or one |
| `\|\|` | `\|\|` | Exactly one |
| `}o` | `o{` | Zero or more (no upper limit) |
| `}|` | `|{` | One or more (no upper limit) |
| `}\|` | `\|{` | One or more (no upper limit) |
### Identification