Skip to content

Commit b074717

Browse files
cjihrigMylesBorins
authored andcommittedOct 14, 2020
doc: remove incorrect synchronous label
fsPromises.rm() is not synchronous. PR-URL: #35561 Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent ddf13e0 commit b074717

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
@@ -5540,8 +5540,8 @@ added: REPLACEME
55405540
retries. This option is ignored if the `recursive` option is not `true`.
55415541
**Default:** `100`.
55425542

5543-
Synchronously removes files and directories (modeled on the standard POSIX `rm`
5544-
utility). Resolves the `Promise` with no arguments on success.
5543+
Removes files and directories (modeled on the standard POSIX `rm` utility).
5544+
Resolves the `Promise` with no arguments on success.
55455545

55465546
### `fsPromises.stat(path[, options])`
55475547
<!-- YAML

0 commit comments

Comments
 (0)
Please sign in to comment.