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 _ * @memberOf _
* @since 4.0.0 * @since 4.0.0
* @category Lang * @category Lang
* @param {*} value The value to process. * @param {*} value The value to convert.
* @returns {string} Returns the string. * @returns {string} Returns the converted string.
* @example * @example
* *
* _.toString(null); * _.toString(null);