Skip to content

Commit

Permalink
Merge pull request #3908 from Joxtacy/patch-1
Browse files Browse the repository at this point in the history
fix(docs): remove duplicate section
  • Loading branch information
sidharthv96 committed Dec 15, 2022
2 parents a975c8c + dfa1d26 commit 54bb2ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions docs/syntax/classDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,6 @@ Square : +setMessages(List~string~ messages)
Square : +getMessages() List~string~
```

#### Return Type

Optionally you can end the method/function definition with the data type that will be returned.

#### Visibility

To describe the visibility (or encapsulation) of an attribute or method/function that is a part of a class (i.e. a class member), optional notation may be placed before that members' name:
Expand Down
4 changes: 0 additions & 4 deletions packages/mermaid/src/docs/syntax/classDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,6 @@ Square : +setMessages(List~string~ messages)
Square : +getMessages() List~string~
```

#### Return Type

Optionally you can end the method/function definition with the data type that will be returned.

#### Visibility

To describe the visibility (or encapsulation) of an attribute or method/function that is a part of a class (i.e. a class member), optional notation may be placed before that members' name:
Expand Down

0 comments on commit 54bb2ef

Please sign in to comment.