From 392fa7807cf7f156a5f6f08c70890fafd4d1987d Mon Sep 17 00:00:00 2001 From: David Sanders Date: Thu, 30 Jan 2025 18:44:04 -0800 Subject: [PATCH] doc: fix rendering of DEP0174 description --- 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 ba0676f1b84da5..6d4be405450982 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3556,7 +3556,7 @@ changes: Type: Runtime -Calling [`util.promisify`][] on a function that returns a will ignore +Calling [`util.promisify`][] on a function that returns a `Promise` will ignore the result of said promise, which can lead to unhandled promise rejections. ### DEP0175: `util.toUSVString`