From de6cc79ac80301ddd6610dc854b509f5ee7dae0a Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 18 May 2016 17:38:22 -0700 Subject: [PATCH] Shorten `_.defer` doc comment. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index f418ed6f4..14e950040 100644 --- a/lodash.js +++ b/lodash.js @@ -9264,7 +9264,7 @@ * _.defer(function(stamp) { * console.log(_.now() - stamp); * }, _.now()); - * // => Logs the number of milliseconds it took for the deferred function to be invoked. + * // => Logs the number of milliseconds it took for the deferred invocation. */ function now() { return Date.now();