Simplify wrapperReverse docs. [ci skip]

This commit is contained in:
John-David Dalton
2015-11-20 21:57:40 -08:00
parent c699ff7574
commit 7eaacc3997

View File

@@ -7096,8 +7096,7 @@
} }
/** /**
* Reverses the wrapped array so that the first element becomes the last, * This method is the wrapper version of `_.reverse`.
* the second element becomes the second to last, and so on.
* *
* **Note:** This method mutates the wrapped array. * **Note:** This method mutates the wrapped array.
* *