mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +00:00
Fix doc example in _.partition. [ci skip]
This commit is contained in:
@@ -6489,7 +6489,7 @@
|
|||||||
* _.partition([1.2, 2.3, 3.4], function(n) {
|
* _.partition([1.2, 2.3, 3.4], function(n) {
|
||||||
* return this.floor(n) % 2;
|
* return this.floor(n) % 2;
|
||||||
* }, Math);
|
* }, Math);
|
||||||
* // => [[1, 3], [2]]
|
* // => [[1.2, 3.4], [2.3]]
|
||||||
*
|
*
|
||||||
* var users = [
|
* var users = [
|
||||||
* { 'user': 'barney', 'age': 36, 'active': false },
|
* { 'user': 'barney', 'age': 36, 'active': false },
|
||||||
|
|||||||
Reference in New Issue
Block a user