From fcd4cc17d36f1efff011126e1af2983f76ff140a Mon Sep 17 00:00:00 2001 From: Yash Singh Date: Tue, 28 Sep 2021 17:06:48 -0700 Subject: [PATCH] Fix confusing docs --- docs/classDiagram.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/classDiagram.md b/docs/classDiagram.md index 46082fe6f..2dd92b2b4 100644 --- a/docs/classDiagram.md +++ b/docs/classDiagram.md @@ -232,7 +232,7 @@ To specify the visibility of a class member (i.e. any attribute or method), thes > - `$` Static e.g.: `someStaticMethod()$` > _note_ you can also include additional _classifiers_ to a field definition by adding the following notations to the end of the field name: -> - `*` Static e.g.: `String someField$` +> - `$` Static e.g.: `String someField$`