From 594c3b340625b34516cd64b995d52c6777370c69 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 20 Apr 2016 17:25:04 -0700 Subject: [PATCH] Update `@see` tags. [ci skip] --- lodash.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index cd1d23dab..230d05ff0 100644 --- a/lodash.js +++ b/lodash.js @@ -10214,7 +10214,7 @@ * @category Lang * @param {*} value The value to clone. * @returns {*} Returns the cloned value. - * @see _.cloneDeep, _.cloneDeepWith, _.cloneWith + * @see _.cloneDeep * @example * * var objects = [{ 'a': 1 }, { 'b': 2 }]; @@ -12517,6 +12517,7 @@ * @param {Array|Function|Object|string} [iteratee=_.identity] * The function invoked per iteration. * @returns {Object} Returns the new mapped object. + * @see _.mapValues * @example * * _.mapKeys({ 'a': 1, 'b': 2 }, function(value, key) { @@ -12548,6 +12549,7 @@ * @param {Array|Function|Object|string} [iteratee=_.identity] * The function invoked per iteration. * @returns {Object} Returns the new mapped object. + * @see _.mapKeys * @example * * var users = {