From a90ecde3895ef5a06e32711abe4b8b820e3948a1 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 14 Sep 2014 18:57:27 -0700 Subject: [PATCH] Wrapper doc tweaks. [ci skip] --- lodash.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lodash.js b/lodash.js index 7f0403b84..a33e8abdc 100644 --- a/lodash.js +++ b/lodash.js @@ -4546,7 +4546,7 @@ } /** - * Produces the result of coercing the wrapped value to a string. + * Produces the result of coercing the unwrapped value to a string. * * @name toString * @memberOf _ @@ -4562,13 +4562,13 @@ } /** - * Extracts the wrapped value. + * Extracts the unwrapped value from its wrapper. * * @name valueOf * @memberOf _ * @alias toJSON, value * @category Chain - * @returns {*} Returns the wrapped value. + * @returns {*} Returns the unwrapped value. * @example * * _([1, 2, 3]).valueOf();