diff --git a/lodash.js b/lodash.js index 6a783c0b2..e9837f83b 100644 --- a/lodash.js +++ b/lodash.js @@ -8402,7 +8402,7 @@ * _.isEqual(object, other); * // => true * - * object == other; + * object === other; * // => false */ function isEqual(value, other) {