typo on link type for aggregation

This commit is contained in:
Pierre Gronlier
2022-03-27 12:13:30 +02:00
committed by GitHub
parent c3e9382053
commit 4bd45b7432

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