Update _.modArgs doc example to better show the method's affect. [ci skip]

This commit is contained in:
Nathan Bellowe
2015-08-30 01:20:37 -06:00
committed by John-David Dalton
parent cc1bcc25b9
commit ecd8b7f614

View File

@@ -7373,8 +7373,8 @@
* return [x, y];
* }, square, doubled);
*
* modded(1, 2);
* // => [1, 4]
* modded(3, 4);
* // => [9, 8]
*
* modded(5, 10);
* // => [25, 20]