From bd614f3ce7c893ba32d8c5e0b37747d2fc4132c3 Mon Sep 17 00:00:00 2001 From: LiviaMedeiros Date: Mon, 25 Sep 2023 23:00:22 +0800 Subject: [PATCH] doc: fix `DEP0176` number PR-URL: https://github.com/nodejs/node/pull/49858 Refs: https://github.com/nodejs/node/pull/49683 Reviewed-By: Yagiz Nizipli Reviewed-By: Richard Lau --- 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 0db6f238ec232b..a6b9ee98bd8f65 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3414,7 +3414,7 @@ Type: Documentation-only The [`util.toUSVString()`][] API is deprecated. Please use [`String.prototype.toWellFormed`][] instead. -### DEP0175: `fs.F_OK`, `fs.R_OK`, `fs.W_OK`, `fs.X_OK` +### DEP0176: `fs.F_OK`, `fs.R_OK`, `fs.W_OK`, `fs.X_OK`