Compare commits

...

5 Commits

Author SHA1 Message Date
anushka-23g
200f038698 Merge 4ddc319a03 into 2aee46f169 2024-05-23 02:37:57 -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
anushka-23g
4ddc319a03 Update README.md- Add Pieces
Pieces is an on-device copilot that helps you capture, enrich, and reuse useful materials, streamline collaboration, and solve complex problems through a contextual understanding of your workflow.
2024-02-06 16:06:39 +05:30
2 changed files with 2 additions and 1 deletions

View File

@@ -112,6 +112,7 @@ Feel free to take a look. You might learn new things. They have been designed to
- [VIM](tools/vim.txt)
- [Visual Studio Code](tools/vscode.md)
- [Xcode](tools/xcode.txt)
- [Pieces](https://pieces.app/)
#### Infrastructure

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