Skip to content

Commit

Permalink
doc: add missing deprecation number
Browse files Browse the repository at this point in the history
#29015 landed with the
new deprecation listed as DEP0XXX. This commit assigns
the new deprecation a valid ID.

Refs: #29015
PR-URL: #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>
  • Loading branch information
cjihrig committed Aug 19, 2019
1 parent 5ff00db commit 37321a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/deprecations.md
Expand Up @@ -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
Expand Down

0 comments on commit 37321a9

Please sign in to comment.