1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-06-01 20:30:48 +00:00

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

View File

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