From 8ec3b55e5be2f88b3e39812410910780d6aa83de 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 b7826bb3900521..61a7a3410f5fe6 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2776,8 +2776,8 @@ Type: Documentation-only [`socket.bufferSize`][] is just an alias for [`writable.writableLength`][]. - -### DEP0XXX: `new crypto.Certificate()` + +### DEP0146: `new crypto.Certificate()`