Skip to content

Commit 69972c1

Browse files
committed
initial
1 parent e316406 commit 69972c1

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('to_be_or_not_to_be.txt').readAsStringSync());
25+
print(File('maybe.txt').readAsStringSync());
2626
2727
} on FileSystemException catch (exc) {
2828

0 commit comments

Comments
 (0)