mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +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
|
||||
* for `null` or `undefined` values.
|
||||
* Converts `value` to a string if it is not one. An empty string is
|
||||
* returned for `null` or `undefined` values.
|
||||
*
|
||||
* @private
|
||||
* @param {*} value The value to process.
|
||||
|
||||
Reference in New Issue
Block a user