Skip to content

Commit 967b1c4

Browse files
authored
Chore: Fix typo in large.js (#14589)
wether -> whether
1 parent 2466a05 commit 967b1c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/bench/large.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57078,7 +57078,7 @@ var JSHINT = (function () {
5707857078
FutureReservedWord("transient");
5707957079
FutureReservedWord("volatile");
5708057080

57081-
// this function is used to determine wether a squarebracket or a curlybracket
57081+
// this function is used to determine whether a squarebracket or a curlybracket
5708257082
// expression is a comprehension array, destructuring assignment or a json value.
5708357083

5708457084
var lookupBlockType = function () {
@@ -60568,4 +60568,4 @@ exports.yui = {
6056860568
},{}]},{},["nr+AlQ"])
6056960569
JSHINT = require('jshint').JSHINT;
6057060570
if (typeof exports === 'object' && exports) exports.JSHINT = JSHINT;
60571-
}());
60571+
}());

0 commit comments

Comments
 (0)