mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 06:20:07 +02:00
typo on link type for aggregation
This commit is contained in:
@@ -217,7 +217,7 @@ It is possible to add a label text to a relation:
|
|||||||
classDiagram
|
classDiagram
|
||||||
classA <|-- classB : implements
|
classA <|-- classB : implements
|
||||||
classC *-- classD : composition
|
classC *-- classD : composition
|
||||||
classE o-- classF : association
|
classE o-- classF : aggregation
|
||||||
```
|
```
|
||||||
|
|
||||||
### Two-way relations
|
### Two-way relations
|
||||||
|
Reference in New Issue
Block a user