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 a647e17 commit c926c5eCopy full SHA for c926c5e
1 file changed
lib/node_modules/@stdlib/assert/is-readable-property-in/benchmark/benchmark.js
@@ -7,7 +7,7 @@
7
* you may not use this file except in compliance with the License.
8
* You may obtain a copy of the License at
9
*
10
-* http://www.apache.org/licenses/LICENSE-2.0
+* http://www.apache.org/licenses/LICENSE-2.0
11
12
* Unless required by applicable law or agreed to in writing, software
13
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -33,7 +33,7 @@ bench( pkg, function benchmark( b ) {
33
var arr;
34
var i;
35
36
- arr = [];
+ arr = [];
37
arr.length = 100;
38
39
b.tic();
0 commit comments