Skip to content

Commit 37321a9

Browse files
committed
doc: add missing deprecation number
nodejs#29015 landed with the new deprecation listed as DEP0XXX. This commit assigns the new deprecation a valid ID. Refs: nodejs#29015 PR-URL: nodejs#29183 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 5ff00db commit 37321a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/deprecations.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2500,8 +2500,8 @@ Type: Runtime
25002500
Passing a callback to [`worker.terminate()`][] is deprecated. Use the returned
25012501
`Promise` instead, or a listener to the worker’s `'exit'` event.
25022502
2503-
<a id="DEP0XXX"></a>
2504-
### DEP0XXX: http connection
2503+
<a id="DEP0133"></a>
2504+
### DEP0133: http connection
25052505
<!-- YAML
25062506
changes:
25072507
- version: REPLACEME

0 commit comments

Comments
 (0)