From 93a1961762873c348f75ba0f971794cbe3c03c33 Mon Sep 17 00:00:00 2001 From: Yash Singh Date: Sun, 3 Oct 2021 15:11:57 -0700 Subject: [PATCH] Add another relation type --- docs/classDiagram.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/classDiagram.md b/docs/classDiagram.md index d27bef53f..f55982506 100644 --- a/docs/classDiagram.md +++ b/docs/classDiagram.md @@ -356,6 +356,7 @@ Where `Relation Type` can be one of: | \* | Composition | | o | Aggregation | | > | Association | +| < | Association | | \|> | Realization | And `Link` can be one of: