Skip to content

Commit

Permalink
fixup! util: fix util.getCallSites plurality
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Oct 31, 2024
1 parent 1e26b14 commit 249d703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -3772,7 +3772,7 @@ changes:

Type: Runtime

The `util.getCallSite` API has been removed. Please use [`util.getCallSites()`] instead.
The `util.getCallSite` API has been removed. Please use [`util.getCallSites()`][] instead.

[NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
[RFC 6066]: https://tools.ietf.org/html/rfc6066#section-3
Expand Down Expand Up @@ -3899,8 +3899,8 @@ The `util.getCallSite` API has been removed. Please use [`util.getCallSites()`]
[`url.parse()`]: url.md#urlparseurlstring-parsequerystring-slashesdenotehost
[`url.resolve()`]: url.md#urlresolvefrom-to
[`util._extend()`]: util.md#util_extendtarget-source
[`util.getCallSites()`]: util.md#utilgetcallsitesframecount
[`util.getSystemErrorName()`]: util.md#utilgetsystemerrornameerr
[`util.getCallSites()`]: util.md#utilgetcallsites-framecount
[`util.inspect()`]: util.md#utilinspectobject-options
[`util.inspect.custom`]: util.md#utilinspectcustom
[`util.isArray()`]: util.md#utilisarrayobject
Expand Down

0 comments on commit 249d703

Please sign in to comment.