From fd977895aba0fa3baacc5475661ae52285d6a8b2 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 17 Dec 2014 09:59:35 -0800 Subject: [PATCH] Tweak docs for `_.after`. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index f919a2a4e..020ee29a5 100644 --- a/lodash.js +++ b/lodash.js @@ -6416,7 +6416,7 @@ /** * The opposite of `_.before`; this method creates a function that invokes - * `func` only after it is called `n` times. + * `func` once it is called `n` or more times. * * @static * @memberOf _