From 6cf17a985268d5f557932b6bc7d07ca3e8f9f4d9 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 20:25:57 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- docs/syntax/classDiagram.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/syntax/classDiagram.md b/docs/syntax/classDiagram.md index 2067cc97c..7dc9a1024 100644 --- a/docs/syntax/classDiagram.md +++ b/docs/syntax/classDiagram.md @@ -287,6 +287,7 @@ To describe the visibility (or encapsulation) of an attribute or method/function > > - `*` Abstract e.g.: `someAbstractMethod()*` or `someAbstractMethod() int*` > - `$` Static e.g.: `someStaticMethod()$` or `someStaticMethod() String$` +> - `$*` OR `*$` Both e.g: `someAbstractStaticMethod()$*` or `someAbstractStaticMethod() int$*` > _note_ you can also include additional _classifiers_ to a field definition by adding the following notation to the very end: >