Skip to content

Commit 07664aa

Browse files
authored
Merge pull request #201 from habibasorour/issue_196_typo
Issue 196 fixed: Typo in 8.2
2 parents c5551a0 + 195e43e commit 07664aa

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)