Skip to content

Commit 7f1e4ca

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into develop
2 parents 106e533 + 61252b5 commit 7f1e4ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/files/creating_a_folder.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ class Main {
1616

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

19-
`Files.createDirectory` will fail if the folder already exists.
19+
`Files.createDirectory` will fail if the folder already exists.

src/loops_iii.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ for (String shirt : shirts) {
3333
System.out.println(shirt);
3434
}
3535
~}
36-
```
36+
```

0 commit comments

Comments
 (0)