Skip to content

Commit

Permalink
fixup! comments
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Apr 28, 2022
1 parent a5f78fe commit 46444e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-performance-function.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const {
});
}

// Function can only be wrapped many times, also check length and name
// Function can be wrapped many times, also check length and name
{
const m = (a, b = 1) => {};
const n = performance.timerify(m);
Expand Down

0 comments on commit 46444e2

Please sign in to comment.