Tweaked and rebuilt docs for _.groupBy.

Former-commit-id: a541ec305742ab6f330aeceae4804577f64905ab
This commit is contained in:
Terin Stock
2012-10-22 11:59:31 -07:00
parent 15f5b1f830
commit 73e64f3e4a
2 changed files with 3 additions and 3 deletions

View File

@@ -1993,7 +1993,7 @@
* `collection` through a `callback`. The corresponding value of each key is an
* array of elements passed to `callback` that returned the key. The `callback`
* is bound to `thisArg` and invoked with three arguments; (value, index|key, collection).
* The `callback` argument may also be the name of a property to count by (e.g. 'length').
* The `callback` argument may also be the name of a property to group by (e.g. 'length').
*
* @static
* @memberOf _