From 948faf6cf9e4086319c0597a5fa7569039222b4d Mon Sep 17 00:00:00 2001 From: jdalton Date: Thu, 4 Jun 2015 21:15:09 -0700 Subject: [PATCH] Fix `object` doc param typo for `equalByTag`. [ci skip] --- lodash.src.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.