mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 00:57:48 +00:00
Minor _.toString doc typo fix. [ci skip]
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user