mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 18:37:50 +00:00
Fix typo in toString docs. [ci skip]
This commit is contained in:
@@ -4015,8 +4015,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Converts `value` to a string if it not one. An empty string is returned
|
* Converts `value` to a string if it is not one. An empty string is
|
||||||
* for `null` or `undefined` values.
|
* returned for `null` or `undefined` values.
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @param {*} value The value to process.
|
* @param {*} value The value to process.
|
||||||
|
|||||||
Reference in New Issue
Block a user