Minor _.toString doc typo fix. [ci skip]

This commit is contained in:
John-David Dalton
2016-10-05 08:15:48 -07:00
parent 45f668b416
commit d2f74ee245

View File

@@ -12475,8 +12475,8 @@
* @memberOf _
* @since 4.0.0
* @category Lang
* @param {*} value The value to process.
* @returns {string} Returns the string.
* @param {*} value The value to convert.
* @returns {string} Returns the converted string.
* @example
*
* _.toString(null);