We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91a7a4 commit 1c0f20fCopy full SHA for 1c0f20f
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