Fix typo in toString docs. [ci skip]

This commit is contained in:
John-David Dalton
2014-12-31 18:33:01 -06:00
parent 4cc8363b5f
commit e7c176f904

View File

@@ -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.