Skip to content

Commit

Permalink
Merge pull request #1087 from 41y08h/patch-1
Browse files Browse the repository at this point in the history
Fix comments
  • Loading branch information
itinance authored May 4, 2022
2 parents f6b9233 + ac58ff8 commit 34551d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@ type ReadDirItem = {
name: string; // The name of the item
path: string; // The absolute path to the item
size: string; // Size in bytes
isFile: () => boolean; // Is the file just a file?
isDirectory: () => boolean; // Is the file a directory?
isFile: () => boolean; // Is the item just a file?
isDirectory: () => boolean; // Is the item a directory?
};
```

Expand Down

0 comments on commit 34551d0

Please sign in to comment.