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
doc: correct deprecation type of assert.CallTracker
  • Loading branch information
Renegade334 committed Apr 24, 2025
commit a07d4d95bc00b77ff029cc061c97605599d0dd26
4 changes: 2 additions & 2 deletions doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -3569,10 +3569,10 @@ be added when a function is bound to an `AsyncResource`.
changes:
- version: v20.1.0
pr-url: https://github.com/nodejs/node/pull/47740
description: Documentation-only deprecation.
description: Runtime deprecation.
-->

Type: Documentation-only
Type: Runtime

In a future version of Node.js, [`assert.CallTracker`][],
will be removed.
Expand Down
Loading