From 46444e23cfd3050543c38defa12290ef712ded20 Mon Sep 17 00:00:00 2001 From: Himself65 Date: Thu, 28 Apr 2022 13:50:03 -0500 Subject: [PATCH] fixup! comments --- test/parallel/test-performance-function.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parallel/test-performance-function.js b/test/parallel/test-performance-function.js index 11014bb2ed835d..fcc3004d02884a 100644 --- a/test/parallel/test-performance-function.js +++ b/test/parallel/test-performance-function.js @@ -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);