From ac2c8c530dce573bd822d86c9fd9dff55e7f26a4 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Wed, 13 Jan 2021 15:30:37 -0500 Subject: [PATCH] doc: fixup http.IncomingMessage deprecation code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/36917 Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: Pooja D P Reviewed-By: Michaƫl Zasso --- doc/api/deprecations.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 6aaf1c9fd394d0..86b25b36137262 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2699,8 +2699,7 @@ resolutions not in `node_modules`. This means there will not be deprecation warnings for `"exports"` in dependencies. With `--pending-deprecation`, a runtime warning results no matter where the `"exports"` usage occurs. - -### DEP0148: `http.IncomingMessage#connection` +### DEP0149: `http.IncomingMessage#connection`