We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b344687 commit e28c9e8Copy full SHA for e28c9e8
benchmark/util/inspect-proxy.js
@@ -9,7 +9,7 @@ const bench = common.createBenchmark(main, {
9
});
10
11
function twoDifferentProxies(n) {
12
- // This one should be slower between we're looking up multiple proxies.
+ // This one should be slower because we're looking up multiple proxies.
13
const proxyA = new Proxy({}, {get: () => {}});
14
const proxyB = new Proxy({}, {get: () => {}});
15
bench.start();
0 commit comments