Cleanup overArg description. [ci skip]

This commit is contained in:
John-David Dalton
2016-08-04 09:36:59 -07:00
parent a98667ca05
commit 358013c67e

View File

@@ -1129,7 +1129,7 @@
}
/**
* Creates a function that invokes `func` with its first argument transformed.
* Creates a unary function that invokes `func` with its argument transformed.
*
* @private
* @param {Function} func The function to wrap.