From 7378b84bb8f23b16e6024780364e05cb5efcf828 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Sat, 30 Jan 2021 09:48:49 -0500 Subject: [PATCH] doc: add missing deprecation code PR-URL: https://github.com/nodejs/node/pull/37147 Refs: https://github.com/nodejs/node/pull/36918 Reviewed-By: Antoine du Hamel Reviewed-By: Zijian Liu Reviewed-By: James M Snell --- doc/api/deprecations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 26bb9ff3315837..800ed2e4002eb0 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -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