From 00eff4a534f0a1f502dce6d548cbadfb122744cb 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 64b8ca6a8dd7dd..6b3229168ba415 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2635,7 +2635,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 })`