Wrapper doc tweaks. [ci skip]

This commit is contained in:
John-David Dalton
2014-09-14 18:57:27 -07:00
parent 1ad65bb66b
commit a90ecde389

View File

@@ -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 * @name toString
* @memberOf _ * @memberOf _
@@ -4562,13 +4562,13 @@
} }
/** /**
* Extracts the wrapped value. * Extracts the unwrapped value from its wrapper.
* *
* @name valueOf * @name valueOf
* @memberOf _ * @memberOf _
* @alias toJSON, value * @alias toJSON, value
* @category Chain * @category Chain
* @returns {*} Returns the wrapped value. * @returns {*} Returns the unwrapped value.
* @example * @example
* *
* _([1, 2, 3]).valueOf(); * _([1, 2, 3]).valueOf();