Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Chore: Fix typo in large.js (#14589)
wether -> whether
  • Loading branch information
eltociear committed May 21, 2021
1 parent 2466a05 commit 967b1c4
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 967b1c4

Please sign in to comment.