From 358013c67ed72beef966285ca7641c294a2163ad Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 4 Aug 2016 09:36:59 -0700 Subject: [PATCH] Cleanup `overArg` description. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index 97ee34101..2ea9f3195 100644 --- a/lodash.js +++ b/lodash.js @@ -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.