From d507a49d6e8ec9f0b4cc1f2a24a410821b760ff1 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 15 Feb 2022 12:56:41 +0100 Subject: [PATCH] doc: fix deprecation number Refs: https://github.com/nodejs/node/pull/41872 Refs: https://github.com/nodejs/node/pull/41896 --- doc/api/deprecations.md | 2 +- lib/internal/process/promises.js | 2 +- test/parallel/test-warn-multipleResolves.mjs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 98a46828e98c1b..abfdabf1e3c962 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3071,7 +3071,7 @@ Type: End-of-Life This error code was removed due to adding more confusion to the errors used for value type validation. -### DEPXXXX: `process.on('multipleResolves', handler)` +### DEP0160: `process.on('multipleResolves', handler)`