Merge pull request #3908 from Joxtacy/patch-1

fix(docs): remove duplicate section
This commit is contained in:
Sidharth Vinod
2022-12-15 20:39:52 +05:30
committed by GitHub
2 changed files with 0 additions and 8 deletions

View File

@@ -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:

View File

@@ -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: