Merge pull request #2355 from Yash-Singh1/patch-1

Fix confusing docs
This commit is contained in:
Ashish Jain 2021-09-29 20:13:18 +02:00 committed by GitHub
commit 7102c1205e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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$`