Minor toSource param description nit. [ci skip]

This commit is contained in:
John-David Dalton
2016-10-09 12:37:22 -07:00
parent 03a194fcb9
commit 05b60871c5

View File

@@ -6695,7 +6695,7 @@
* Converts `func` to its source code. * Converts `func` to its source code.
* *
* @private * @private
* @param {Function} func The function to process. * @param {Function} func The function to convert.
* @returns {string} Returns the source code. * @returns {string} Returns the source code.
*/ */
function toSource(func) { function toSource(func) {