diff --git a/lodash.src.js b/lodash.src.js index 426fc7a32..e2908e752 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -3840,7 +3840,7 @@ * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`. * * @private - * @param {Object} value The object to compare. + * @param {Object} object The object to compare. * @param {Object} other The other object to compare. * @param {string} tag The `toStringTag` of the objects to compare. * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.