Skip to content

Commit

Permalink
doc: add missing deprecation code
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cjihrig authored and targos committed Sep 4, 2021
1 parent e73bfed commit 7378b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2653,7 +2653,7 @@ In future versions of Node.js, `fs.rmdir(path, { recursive: true })` will throw
on nonexistent paths, or when given a file as a target.
Use `fs.rm(path, { recursive: true, force: true })` instead.

### DEP0XXX: Main index lookup and extension searching
### DEP0151: Main index lookup and extension searching
<!-- YAML
changes:
- version: REPLACEME
Expand Down

0 comments on commit 7378b84

Please sign in to comment.