From e6ed6e2fa9e86f9bdc3aeafeecaf544b33eca728 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 --- 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 0ab773dcb04825..ef73392a52b74d 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2840,7 +2840,7 @@ Type: Runtime 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`