From a12d71f71b4b7d368074ad8b4cf0b9fe0cf15b6f Mon Sep 17 00:00:00 2001 From: David Date: Fri, 4 Feb 2022 20:02:05 +0100 Subject: [PATCH] typo in Inheritance relations --- classDiagram.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classDiagram.md b/classDiagram.md index 39f9814..1d0ae1f 100644 --- a/classDiagram.md +++ b/classDiagram.md @@ -159,7 +159,7 @@ There are different types of relations defined for classes under UML which are c Type | Description --- | --- -<\|--| Inheritance +<|-- | Inheritance *-- | Composition o-- | Aggregation --> | Association