From cd32522c924e1cda85cd806f8019b15b5b16019e Mon Sep 17 00:00:00 2001 From: Beth Griggs Date: Wed, 26 Aug 2020 22:12:24 +0100 Subject: [PATCH] doc: add missing DEP ID for 'new crypto.Certificate()' PR-URL: https://github.com/nodejs/node/pull/34940 Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig --- doc/api/deprecations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 24632e364ceeb4..3eb363290b24e6 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2753,8 +2753,8 @@ Type: Documentation-only [`socket.bufferSize`][] is just an alias for [`writable.writableLength`][]. - -### DEP0XXX: `new crypto.Certificate()` + +### DEP0146: `new crypto.Certificate()`