Skip to content

Commit

Permalink
Chore: Fix typo in large.js
Browse files Browse the repository at this point in the history
wether -> whether
  • Loading branch information
eltociear committed May 15, 2021
1 parent 086c1d6 commit 97f1796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/bench/large.js
Expand Up @@ -57078,7 +57078,7 @@ var JSHINT = (function () {
FutureReservedWord("transient");
FutureReservedWord("volatile");

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

var lookupBlockType = function () {
Expand Down Expand Up @@ -60568,4 +60568,4 @@ exports.yui = {
},{}]},{},["nr+AlQ"])
JSHINT = require('jshint').JSHINT;
if (typeof exports === 'object' && exports) exports.JSHINT = JSHINT;
}());
}());

0 comments on commit 97f1796

Please sign in to comment.