Skip to content

Commit 1c0f20f

Browse files
vsemozhetbytaddaleax
authored andcommitted
benchmark: fix typo in inspect-proxy
PR-URL: #14237 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent e91a7a4 commit 1c0f20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/util/inspect-proxy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const bench = common.createBenchmark(main, {
99
});
1010

1111
function twoDifferentProxies(n) {
12-
// This one should be slower between we're looking up multiple proxies.
12+
// This one should be slower because we're looking up multiple proxies.
1313
const proxyA = new Proxy({}, {get: () => {}});
1414
const proxyB = new Proxy({}, {get: () => {}});
1515
bench.start();

0 commit comments

Comments
 (0)