Skip to content

Commit 5662f62

Browse files
committed
Update underscore.array.selectors.js.md
1 parent 5573897 commit 5662f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/underscore.array.selectors.js.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ If wrapping a function around `_.nth` is too tedious or you'd like to partially
8484

8585
#### partitionBy
8686

87-
**Signature:** `_.keep(array:Array, fun:Function)`
87+
**Signature:** `_.partitionBy(array:Array, fun:Function)`
8888

8989
Takes an array and partitions it into sub-arrays as the given predicate changes
9090
truth sense.
@@ -162,4 +162,4 @@ _.third(_.range(10), 5)
162162
//=> [2, 3, 4]
163163
```
164164

165-
--------------------------------------------------------------------------------
165+
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)