Skip to content

Commit 7378b84

Browse files
cjihrigtargos
authored andcommitted
doc: add missing deprecation code
PR-URL: #37147 Refs: #36918 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent e73bfed commit 7378b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2653,7 +2653,7 @@ In future versions of Node.js, `fs.rmdir(path, { recursive: true })` will throw
26532653
on nonexistent paths, or when given a file as a target.
26542654
Use `fs.rm(path, { recursive: true, force: true })` instead.
26552655

2656-
### DEP0XXX: Main index lookup and extension searching
2656+
### DEP0151: Main index lookup and extension searching
26572657
<!-- YAML
26582658
changes:
26592659
- version: REPLACEME

0 commit comments

Comments
 (0)