From 690cca396a53425abf89b4d10e8a660d02884bfd 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 c66511553d9825..4f76a4489e4540 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3406,7 +3406,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`