From 81eca558463ec0579936c6154058b0d1dc639697 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 4f5cd1c761e9e5..af2650ed193b88 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`