diff --git a/lodash.js b/lodash.js index c9f08e83f..982a591e4 100644 --- a/lodash.js +++ b/lodash.js @@ -11521,7 +11521,7 @@ * date objects, error objects, maps, numbers, `Object` objects, regexes, * sets, strings, symbols, and typed arrays. `Object` objects are compared * by their own, not inherited, enumerable properties. Functions and DOM - * nodes are **not** supported. + * nodes are compared by strict equality, i.e. `===`. * * @static * @memberOf _