Merge pull request #381 from FabricioLopees/fix/java

Update readme: fix grammatical error in java.md
This commit is contained in:
Julien Le Coupanec 2024-04-15 10:53:51 +02:00 committed by GitHub
commit 2aee46f169
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ for(dataType item : array) {
### ACCESS MODIFIERS
1. defualt(No keyword required)
1. default(No keyword required)
2. private
3. public
4. protected