From 109cb12c59673d92e75397aa4f4979d24e0dab18 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Wed, 27 Nov 2024 14:16:21 +0100 Subject: [PATCH] doc: fix deprecation codes PR-URL: https://github.com/nodejs/node/pull/56018 Reviewed-By: Richard Lau Reviewed-By: Antoine du Hamel --- doc/api/deprecations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 1287b197bdffba..094f8ee3178529 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3701,7 +3701,7 @@ Type: Documentation-only Passing non-supported argument types is deprecated and, instead of returning `false`, will throw an error in a future version. -### DEP0187: `process.features.ipv6` and `process.features.uv` +### DEP0188: `process.features.ipv6` and `process.features.uv`