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
commit 2baa36fd1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) |