Skip to content

Commit

Permalink
docs: oops, mark Dirent as implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich authored Nov 5, 2018
1 parent b7d1a20 commit 2d43c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ implemented (you have access to any file), basically `fs.access()` is a no-op.
- [x] `ReadStream`
- [x] `WriteStream`
- [x] `Stats`
- [ ] `Dirent`
- [x] `Dirent`
- [x] `access(path[, mode], callback)`
- Does not check permissions
- [x] `accessSync(path[, mode])`
Expand Down

0 comments on commit 2d43c7e

Please sign in to comment.