Skip to content

Commit b074717

Browse files
cjihrigMylesBorins
authored andcommitted
doc: remove incorrect synchronous label
fsPromises.rm() is not synchronous. PR-URL: #35561 Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Ben Coe <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Harshitha K P <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]>
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)