| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2632,7 +2632,7 @@ changes: | |||
| 2632 | 2632 | Asynchronously creates a directory. | |
| 2633 | 2633 | ||
| 2634 | 2634 | The callback is given a possible exception and, if `recursive` is `true`, the | |
| 2635 | - first directory path created, `(err, [path])`. | ||
| 2635 | + first directory path created, `(err[, path])`. | ||
| 2636 | 2636 | `path` can still be `undefined` when `recursive` is `true`, if no directory was | |
| 2637 | 2637 | created. | |
| 2638 | 2638 | ||
@@ -4854,7 +4854,7 @@ Returns the number of `bytesRead`. | |||
| 4854 | 4854 | For detailed information, see the documentation of the asynchronous version of | |
| 4855 | 4855 | this API: [`fs.read()`][]. | |
| 4856 | 4856 | ||
| 4857 | - ### `fs.readSync(fd, buffer, [options])` | ||
| 4857 | + ### `fs.readSync(fd, buffer[, options])` | ||
| 4858 | 4858 | <!-- YAML | |
| 4859 | 4859 | added: | |
| 4860 | 4860 | - v13.13.0 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2042,7 +2042,7 @@ await finished(compose(s1, s2, s3)); | |||
| 2042 | 2042 | console.log(res); // prints 'HELLOWORLD' | |
| 2043 | 2043 | ``` | |
| 2044 | 2044 | ||
| 2045 | - ### `stream.Readable.from(iterable, [options])` | ||
| 2045 | + ### `stream.Readable.from(iterable[, options])` | ||
| 2046 | 2046 | <!-- YAML | |
| 2047 | 2047 | added: | |
| 2048 | 2048 | - v12.3.0 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments