Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Sep 23, 2021
1 parent ea021d2 commit e3a4f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-js/internals/is-callable.js
@@ -1,4 +1,4 @@
// `isCallable` abstract operation
// `IsCallable` abstract operation
// https://tc39.es/ecma262/#sec-iscallable
module.exports = function (argument) {
return typeof argument === 'function';
Expand Down

0 comments on commit e3a4f75

Please sign in to comment.