From 7eaacc39978afbbe7414b77baf52ec8c97db70ca Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 20 Nov 2015 21:57:40 -0800 Subject: [PATCH] Simplify `wrapperReverse` docs. [ci skip] --- lodash.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lodash.js b/lodash.js index 6895920c2..a27e898fd 100644 --- a/lodash.js +++ b/lodash.js @@ -7096,8 +7096,7 @@ } /** - * Reverses the wrapped array so that the first element becomes the last, - * the second element becomes the second to last, and so on. + * This method is the wrapper version of `_.reverse`. * * **Note:** This method mutates the wrapped array. *