◐ Shell
clean mode source ↗

doc: fix rendering of DEP0174 description · nodejs/node@0f8cd32

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 0f8cd32

dsanders11aduh95

authored and

committed

doc: fix rendering of DEP0174 description

PR-URL: #56835 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -3549,7 +3549,7 @@ changes:

35493549
35503550

Type: Runtime

35513551
3552-

Calling [`util.promisify`][] on a function that returns a <Promise> will ignore

3552+

Calling [`util.promisify`][] on a function that returns a `Promise` will ignore

35533553

the result of said promise, which can lead to unhandled promise rejections.

35543554
35553555

### DEP0175: `util.toUSVString`

0 commit comments