Skip to content

Commit

Permalink
fix a typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jan 8, 2024
1 parent c4b69ab commit a92b8bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function (KEY, exec, FORCED, SHAM) {
var SYMBOL = wellKnownSymbol(KEY);

var DELEGATES_TO_SYMBOL = !fails(function () {
// String methods call symbol-named RegEp methods
// String methods call symbol-named RegExp methods
var O = {};
O[SYMBOL] = function () { return 7; };
return ''[KEY](O) !== 7;
Expand Down

0 comments on commit a92b8bb

Please sign in to comment.