Merge pull request #2860 from ticapix/patch-1

typo on link type for aggregation
This commit is contained in:
Ashish Jain 2022-04-07 20:20:07 +02:00 committed by GitHub
commit 7761561ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ It is possible to add a label text to a relation:
classDiagram
classA <|-- classB : implements
classC *-- classD : composition
classE o-- classF : association
classE o-- classF : aggregation
```
### Two-way relations