From c415bae253a74cbf0067234bb40129b7be4e3e78 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()' --- 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()`