mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Fix doc typo for _.toPairsIn. [closes #2314]
This commit is contained in:
@@ -13004,7 +13004,7 @@
|
|||||||
* Foo.prototype.c = 3;
|
* Foo.prototype.c = 3;
|
||||||
*
|
*
|
||||||
* _.toPairsIn(new Foo);
|
* _.toPairsIn(new Foo);
|
||||||
* // => [['a', 1], ['b', 2], ['c', 1]] (iteration order is not guaranteed)
|
* // => [['a', 1], ['b', 2], ['c', 3]] (iteration order is not guaranteed)
|
||||||
*/
|
*/
|
||||||
var toPairsIn = createToPairs(keysIn);
|
var toPairsIn = createToPairs(keysIn);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user