Skip to content

Commit 34551d0

Browse files
authored
Merge pull request itinance#1087 from 41y08h/patch-1
Fix comments
2 parents f6b9233 + ac58ff8 commit 34551d0

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
@@ -336,8 +336,8 @@ type ReadDirItem = {
336336
name: string; // The name of the item
337337
path: string; // The absolute path to the item
338338
size: string; // Size in bytes
339-
isFile: () => boolean; // Is the file just a file?
340-
isDirectory: () => boolean; // Is the file a directory?
339+
isFile: () => boolean; // Is the item just a file?
340+
isDirectory: () => boolean; // Is the item a directory?
341341
};
342342
```
343343

0 commit comments

Comments
 (0)