diff --git a/doc/api/fs.md b/doc/api/fs.md index 3be576e175eed5..0d4aab538d14b6 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -2660,7 +2660,7 @@ changes: Asynchronously creates a directory. The callback is given a possible exception and, if `recursive` is `true`, the -first directory path created, `(err, [path])`. +first directory path created, `(err[, path])`. `path` can still be `undefined` when `recursive` is `true`, if no directory was created. @@ -4886,7 +4886,7 @@ Returns the number of `bytesRead`. For detailed information, see the documentation of the asynchronous version of this API: [`fs.read()`][]. -### `fs.readSync(fd, buffer, [options])` +### `fs.readSync(fd, buffer[, options])`