Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bowbahdoe committed Sep 5, 2024
2 parents 106e533 + 61252b5 commit 7f1e4ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/files/creating_a_folder.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ class Main {

This, like the other methods in `Files`, throws an `IOException`.

`Files.createDirectory` will fail if the folder already exists.
`Files.createDirectory` will fail if the folder already exists.
2 changes: 1 addition & 1 deletion src/loops_iii.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ for (String shirt : shirts) {
System.out.println(shirt);
}
~}
```
```

0 comments on commit 7f1e4ca

Please sign in to comment.