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>
This commit is contained in:
cjihrig 2019-08-17 11:30:35 -04:00
parent 5ff00dbdbc
commit 37321a9e11
No known key found for this signature in database
GPG Key ID: 7434390BDBE9B9C5

View File

@ -2500,8 +2500,8 @@ Type: Runtime
Passing a callback to [`worker.terminate()`][] is deprecated. Use the returned Passing a callback to [`worker.terminate()`][] is deprecated. Use the returned
`Promise` instead, or a listener to the workers `'exit'` event. `Promise` instead, or a listener to the workers `'exit'` event.
<a id="DEP0XXX"></a> <a id="DEP0133"></a>
### DEP0XXX: http connection ### DEP0133: http connection
<!-- YAML <!-- YAML
changes: changes:
- version: REPLACEME - version: REPLACEME