Skip to content

Commit 0f8cd32

Browse files
dsanders11aduh95
authored andcommitted
doc: fix rendering of DEP0174 description
PR-URL: #56835 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent f95ecca commit 0f8cd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/deprecations.md

+1-1
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

Comments
 (0)