Skip to content

Commit ba7a799

Browse files
committed
doc: correct added: information for fs.access
fs.access and fs.accessSync were added to Node v0.11.15 via 2944934
1 parent c570182 commit ba7a799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/fs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ argument to `fs.createWriteStream()`. If `path` is passed as a string, then
302302

303303
## fs.access(path[, mode], callback)
304304
<!-- YAML
305-
added: v1.0.0
305+
added: v0.11.15
306306
-->
307307

308308
* `path` {String | Buffer}
@@ -336,7 +336,7 @@ fs.access('/etc/passwd', fs.constants.R_OK | fs.constants.W_OK, (err) => {
336336

337337
## fs.accessSync(path[, mode])
338338
<!-- YAML
339-
added: v0.1.93
339+
added: v0.11.15
340340
-->
341341

342342
* `path` {String | Buffer}

0 commit comments

Comments
 (0)