Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeth Griggs <Bethany.Griggs@uk.ibm.com>2020-08-27 00:12:24 +0300
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2020-08-27 02:21:33 +0300
commitcd32522c924e1cda85cd806f8019b15b5b16019e (patch)
tree769af9865738bf9fdde3e1a44456a84bdd6082d3
parenta69d30eb3f6e955075022a7cf738eeebe1340299 (diff)
doc: add missing DEP ID for 'new crypto.Certificate()'
PR-URL: https://github.com/nodejs/node/pull/34940 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
-rw-r--r--doc/api/deprecations.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 24632e364ce..3eb363290b2 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`][].
-<a id="DEP0XXX"></a>
-### DEP0XXX: `new crypto.Certificate()`
+<a id="DEP0146"></a>
+### DEP0146: `new crypto.Certificate()`
<!-- YAML
changes:
- version: REPLACEME