Skip to content

Commit ac58ff8

Browse files
authored
Fix comments
1 parent fcb62f6 commit ac58ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ type ReadDirItem = {
335335
name: string; // The name of the item
336336
path: string; // The absolute path to the item
337337
size: string; // Size in bytes
338-
isFile: () => boolean; // Is the file just a file?
339-
isDirectory: () => boolean; // Is the file a directory?
338+
isFile: () => boolean; // Is the item just a file?
339+
isDirectory: () => boolean; // Is the item a directory?
340340
};
341341
```
342342

0 commit comments

Comments
 (0)