diff --git a/.internal/SetCache.js b/.internal/SetCache.js index 0c823aec8..20b1cbf0f 100644 --- a/.internal/SetCache.js +++ b/.internal/SetCache.js @@ -40,7 +40,7 @@ class SetCache { * * @memberOf SetCache * @param {*} value The value to search for. - * @returns {number} Returns `true` if `value` is found, else `false`. + * @returns {boolean} Returns `true` if `value` is found, else `false`. */ has(value) { return this.__data__.has(value)