We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f78fe commit 46444e2Copy full SHA for 46444e2
test/parallel/test-performance-function.js
@@ -75,7 +75,7 @@ const {
75
});
76
}
77
78
-// Function can only be wrapped many times, also check length and name
+// Function can be wrapped many times, also check length and name
79
{
80
const m = (a, b = 1) => {};
81
const n = performance.timerify(m);
0 commit comments