From 2cfdf28413fd9a7bfab65cb49cff6e50ab0c21ec Mon Sep 17 00:00:00 2001 From: bcoe Date: Tue, 13 Oct 2020 08:23:05 -0700 Subject: [PATCH] doc: add missing deprecation number PR-URL: https://github.com/nodejs/node/pull/35630 Reviewed-By: Richard Lau Reviewed-By: Antoine du Hamel --- 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 bae974ad35d326..32ddc5f16aecc3 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2660,7 +2660,7 @@ Type: Documentation-only The [`crypto.Certificate()` constructor][] is deprecated. Use [static methods of `crypto.Certificate()`][] instead. -### DEP0XXX: `fs.rmdir(path, { recursive: true })` +### DEP0147: `fs.rmdir(path, { recursive: true })`