Skip to content

Commit 9d2d8f1

Browse files
committed
initial
1 parent 60421c3 commit 9d2d8f1

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
@@ -59,7 +59,7 @@ Occurs when you try to non-recursively delete a directory but it contains files.
5959
``` dart
6060
try {
6161
62-
Directory('/path/to/useless').deleteSync();
62+
Directory('/path/to/useless').deleteSync();
6363
6464
} on FileSystemException catch (exc) {
6565

0 commit comments

Comments
 (0)