Skip to content

Commit 195e43e

Browse files
committed
fixed a typo in 8.2
1 parent ffcb205 commit 195e43e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/ch8_filehandling.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public class CreateFile {
8484
public static void main(String[] args) {
8585
// First, create a File object that represents "myfile.txt"
8686
File myFile = new File("myfile.txt");
87-
// Mext, print the file path (just the filename.)
87+
// Next, print the file path (just the filename.)
8888
System.out.println(myFile);
8989
}
9090
}

0 commit comments

Comments
 (0)