Tweak docs for _.after. [ci skip]

This commit is contained in:
John-David Dalton
2014-12-17 09:59:35 -08:00
parent ad1f3ddbad
commit fd977895ab

View File

@@ -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 _