From f848553fb896d6385dc27fc1943932d6c8e34676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Tue, 5 Oct 2021 07:26:08 +0200 Subject: [PATCH] doc: assign missing deprecation number Refs: https://github.com/nodejs/node/pull/36670 PR-URL: https://github.com/nodejs/node/pull/40324 Reviewed-By: Antoine du Hamel Reviewed-By: Zijian Liu --- doc/api/deprecations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index c9e0d2ba3ab452..687d160d15d8be 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2827,7 +2827,7 @@ Type: Documentation-only (supports [`--pending-deprecation`][]) The remapping of specifiers ending in `"/"` like `import 'pkg/x/'` is deprecated for package `"exports"` and `"imports"` pattern resolutions. -### DEP0XXX: `.aborted` property and `'abort'`, `'aborted'` event in `http` +### DEP0156: `.aborted` property and `'abort'`, `'aborted'` event in `http`