fixed Composition arrow

Composition arrow was displayed as \*-- but should be *--
This commit is contained in:
Frank Mayer
2022-12-19 15:38:52 +01:00
committed by GitHub
parent 95e4443ff2
commit 86946c9bfd

View File

@@ -172,7 +172,7 @@ There are eight different types of relations defined for classes under UML which
| Type | Description | | Type | Description |
| ------- | ------------- | | ------- | ------------- |
| `<\|--` | Inheritance | | `<\|--` | Inheritance |
| `\*--` | Composition | | `*--` | Composition |
| `o--` | Aggregation | | `o--` | Aggregation |
| `-->` | Association | | `-->` | Association |
| `--` | Link (Solid) | | `--` | Link (Solid) |