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