Skip to content

Commit

Permalink
doc: fix rendering of DEP0174 description
Browse files Browse the repository at this point in the history
PR-URL: #56835
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
dsanders11 authored Mar 1, 2025
1 parent a6181b4 commit d1ec948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -3568,7 +3568,7 @@ changes:

Type: Runtime

Calling [`util.promisify`][] on a function that returns a <Promise> 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`
Expand Down

0 comments on commit d1ec948

Please sign in to comment.