Skip to content

Commit e316406

Browse files
committed
initial
1 parent 4316bb7 commit e316406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Occurs when:
2222
``` dart
2323
try {
2424
25-
print(File('filename.txt').readAsStringSync());
25+
print(File('to_be_or_not_to_be.txt').readAsStringSync());
2626
2727
} on FileSystemException catch (exc) {
2828

0 commit comments

Comments
 (0)