diff --git a/lodash.js b/lodash.js index a139da347..032d495f8 100644 --- a/lodash.js +++ b/lodash.js @@ -11216,7 +11216,7 @@ */ function isNative(value) { if (isMaskable(value)) { - throw new Error('This method is not supported with core-js. Try https://github.com/es-shims.'); + throw new Error('This method is not supported with `core-js`. Try https://github.com/es-shims.'); } return baseIsNative(value); }