mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 08:07:50 +00:00
Minor _.modArgsSet doc example tweak. [ci skip]
This commit is contained in:
@@ -7633,14 +7633,14 @@
|
||||
* @returns {Function} Returns the new function.
|
||||
* @example
|
||||
*
|
||||
* function multiply(x, y) {
|
||||
* return x * y;
|
||||
* }
|
||||
*
|
||||
* function divide(x, y) {
|
||||
* return x / y;
|
||||
* }
|
||||
*
|
||||
* function multiply(x, y) {
|
||||
* return x * y;
|
||||
* }
|
||||
*
|
||||
* var modded = _.modArgsSet(function(x, y) {
|
||||
* return [x, y];
|
||||
* }, multiply, divide);
|
||||
|
||||
Reference in New Issue
Block a user