mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Minor toSource param description nit. [ci skip]
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user