From 53ce20c0df73b874bd9cd137256ec4d0d7f8aa9c Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 2 Nov 2014 14:33:09 -0800 Subject: [PATCH] Comma nit in `getView` doc. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index 603deeb23..fadf17055 100644 --- a/lodash.js +++ b/lodash.js @@ -2960,7 +2960,7 @@ } /** - * Gets the view applying any `transforms` to the `start` and `end` positions. + * Gets the view, applying any `transforms` to the `start` and `end` positions. * * @private * @param {number} start The start of the view.