File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Open diff view settings
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Open diff view settings
Original file line number Diff line number Diff line change @@ -2632,7 +2632,7 @@ changes:
26322632Asynchronously creates a directory.
26332633
26342634The 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])`.
26362636`path` can still be `undefined` when `recursive` is `true`, if no directory was
26372637created.
26382638
@@ -4854,7 +4854,7 @@ Returns the number of `bytesRead`.
48544854For detailed information, see the documentation of the asynchronous version of
48554855this API: [` fs .read ()` ][].
48564856
4857- ### ` fs .readSync (fd, buffer, [ options])`
4857+ ### ` fs .readSync (fd, buffer[, options])`
48584858<!-- YAML
48594859added:
48604860 - v13.13.0
Original file line number Diff line number Diff line change @@ -2042,7 +2042,7 @@ await finished(compose(s1, s2, s3));
20422042console .log (res); // prints 'HELLOWORLD'
20432043```
20442044
2045- ### ` stream.Readable.from(iterable, [ options]) `
2045+ ### ` stream.Readable.from(iterable[, options]) `
20462046<!-- YAML
20472047added:
20482048 - v12.3.0
You can’t perform that action at this time.
0 commit comments