Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -3556,7 +3556,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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the intent was to put a link

Suggested change
Calling [`util.promisify`][] on a function that returns a `Promise` will ignore
Calling [`util.promisify`][] on a function that returns a {Promise} will ignore

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is another occurrence of just `Promise` for DEP0132 so I think the original change is more consistent.

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

### DEP0175: `util.toUSVString`
Expand Down
Loading