Merge pull request #3930 from Frank-Mayer/patch-1

fixed Composition arrow
This commit is contained in:
Sidharth Vinod
2022-12-20 10:40:54 +05:30
committed by GitHub

View File

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