From a34cc75026641b62d0222d2453085269dad901d4 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 15 Feb 2022 19:55:56 +0100 Subject: [PATCH] doc: fix deprecation number Refs: https://github.com/nodejs/node/pull/41872 Refs: https://github.com/nodejs/node/pull/41896 PR-URL: https://github.com/nodejs/node/pull/41990 Reviewed-By: Mestery Reviewed-By: Richard Lau Reviewed-By: Beth Griggs Reviewed-By: Colin Ihrig Reviewed-By: Akhil Marsonya --- doc/api/deprecations.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index b121cd7ab3a54a..6837217719c00e 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3047,7 +3047,9 @@ This method was deprecated because it is not compatible with Use [`buffer.subarray`][] which does the same thing instead. -### DEPXXXX: `process.on('multipleResolves', handler)` + + +### DEP0160: `process.on('multipleResolves', handler)`