Skip to content

Commit

Permalink
fixup! util: fix util.getCallSites plurality
Browse files Browse the repository at this point in the history
Co-authored-by: Aviv Keller <[email protected]>
  • Loading branch information
legendecas and Aviv Keller authored Nov 1, 2024
1 parent 249d703 commit b36edf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ module.exports = {
format,
styleText,
formatWithOptions,
// Deprecated getCallSite. No deprecation code as `util.getCallSite` was in active development.
// Deprecated getCallSite.
// This API can be removed in next semver-minor release.
getCallSite: deprecate(getCallSites,
'The `util.getCallSite` API is deprecated. Please use `util.getCallSites()` instead.',
Expand Down

0 comments on commit b36edf2

Please sign in to comment.