summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-08-17 11:30:35 -0400
committercjihrig <cjihrig@gmail.com>2019-08-19 11:28:10 -0400
commit37321a9e11f2198d03a525cddca20827636b786c (patch)
tree930111212c91448281c6b4a2b734b4b7fb163a77 /doc
parent5ff00dbdbce9cf531b511fe146f581eb0fc177ac (diff)
downloadandroid-node-v8-37321a9e11f2198d03a525cddca20827636b786c.tar.gz
android-node-v8-37321a9e11f2198d03a525cddca20827636b786c.tar.bz2
android-node-v8-37321a9e11f2198d03a525cddca20827636b786c.zip
doc: add missing deprecation number
https://github.com/nodejs/node/pull/29015 landed with the new deprecation listed as DEP0XXX. This commit assigns the new deprecation a valid ID. Refs: https://github.com/nodejs/node/pull/29015 PR-URL: https://github.com/nodejs/node/pull/29183 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc')
-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 edc00a0911..6904821d1b 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2500,8 +2500,8 @@ Type: Runtime
Passing a callback to [`worker.terminate()`][] is deprecated. Use the returned
`Promise` instead, or a listener to the worker’s `'exit'` event.
-<a id="DEP0XXX"></a>
-### DEP0XXX: http connection
+<a id="DEP0133"></a>
+### DEP0133: http connection
<!-- YAML
changes:
- version: REPLACEME