Skip to content

Commit 46444e2

Browse files
committed
fixup! comments
1 parent a5f78fe commit 46444e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-performance-function.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const {
7575
});
7676
}
7777

78-
// Function can only be wrapped many times, also check length and name
78+
// Function can be wrapped many times, also check length and name
7979
{
8080
const m = (a, b = 1) => {};
8181
const n = performance.timerify(m);

0 commit comments

Comments
 (0)