Skip to content

Commit

Permalink
Correct code comment [nocode]
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Dec 18, 2023
1 parent a3d99f3 commit 8b8e549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function patchUtilModule(util) {
promisify.custom = custom;
util.promisify = promisify;

// Modify `util.callbackify()` to record promisified functions
// Modify `util.callbackify()` to record callbackified functions
const callbackifyOriginal = util.callbackify;
util.callbackify = function callbackify(original) {
const callbackifiedFn = callbackifyOriginal(original);
Expand Down

0 comments on commit 8b8e549

Please sign in to comment.