We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5551a0 + 195e43e commit 07664aaCopy full SHA for 07664aa
1 file changed
source/ch8_filehandling.ptx
@@ -84,7 +84,7 @@ public class CreateFile {
84
public static void main(String[] args) {
85
// First, create a File object that represents "myfile.txt"
86
File myFile = new File("myfile.txt");
87
- // Mext, print the file path (just the filename.)
+ // Next, print the file path (just the filename.)
88
System.out.println(myFile);
89
}
90
0 commit comments