Compare commits

...

5 Commits

Author SHA1 Message Date
180909
c965836418 Merge 4cdc201352 into 2aee46f169 2024-05-23 02:37:54 -03:00
Julien Le Coupanec
2aee46f169 Merge pull request #381 from FabricioLopees/fix/java
Update readme: fix grammatical error in java.md
2024-04-15 10:53:51 +02:00
FabricioLopees
22977d5ca1 update readme: fix grammatical error in java.md 2024-04-13 13:05:38 -03:00
FabricioLopees
a2c99c9674 update readme: fix grammatical error in java.md 2024-04-13 12:52:16 -03:00
180909
4cdc201352 Update README.md 2021-04-27 22:10:27 +08:00
2 changed files with 5 additions and 1 deletions

View File

@@ -32,6 +32,10 @@ Feel free to take a look. You might learn new things. They have been designed to
- [PHP](languages/php.php) - [PHP](languages/php.php)
- [Python](languages/python.md) - [Python](languages/python.md)
#### Extensible Markup Language
- [XML](languages/XML.md)
#### Functional #### Functional
- [JavaScript](languages/javascript.js) - [JavaScript](languages/javascript.js)

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