From 4bca9c63da3bed6ae85ffa38b3327a53a6abc253 Mon Sep 17 00:00:00 2001 From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Mon, 20 Jul 2020 09:35:12 -0700 Subject: [PATCH] Update classDiagram.md --- docs/classDiagram.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/classDiagram.md b/docs/classDiagram.md index 3972132b0..ebf0787ab 100644 --- a/docs/classDiagram.md +++ b/docs/classDiagram.md @@ -1,4 +1,5 @@ # Class diagrams +**Edit this Page** [![N|Solid](./img/GitHub-Mark-32px.png)](https://github.com/mermaid-js/mermaid/blob/develop/docs/classDiagram.md) > "In software engineering, a class diagram in the Unified Modeling Language (UML) is a type of static structure diagram that describes the structure of a system by showing the system's classes, their attributes, operations (or methods), and the relationships among objects." Wikipedia