Skip to content

Commit 735c7b4

Browse files
cjihrigjoesepi
authored andcommitted
doc: remove incorrect synchronous label
fsPromises.rm() is not synchronous. PR-URL: nodejs#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 1527814 commit 735c7b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/api/fs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5570,8 +5570,8 @@ added: REPLACEME
55705570
retries. This option is ignored if the `recursive` option is not `true`.
55715571
**Default:** `100`.
55725572

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

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

0 commit comments

Comments
 (0)