Skip to content

Commit f049579

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

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
@@ -3492,7 +3492,7 @@ changes:
34923492

34933493
Type: Runtime
34943494

3495-
Calling [`util.promisify`][] on a function that returns a <Promise> will ignore
3495+
Calling [`util.promisify`][] on a function that returns a `Promise` will ignore
34963496
the result of said promise, which can lead to unhandled promise rejections.
34973497

34983498
### DEP0175: `util.toUSVString`

0 commit comments

Comments
 (0)