From 37321a9e11f2198d03a525cddca20827636b786c Mon Sep 17 00:00:00 2001 From: cjihrig Date: Sat, 17 Aug 2019 11:30:35 -0400 Subject: [PATCH] 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 Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Yongsheng Zhang Reviewed-By: Jiawen Geng Reviewed-By: Anto Aravinth Reviewed-By: Trivikram Kamat --- doc/api/deprecations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index edc00a09118272..6904821d1bde7a 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. - -### DEP0XXX: http connection + +### DEP0133: http connection