Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lexich committed Sep 29, 2015
1 parent f234f6e commit d9b0bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,6 +13,6 @@ function test(...args) {
const [a, b, cb] = extractArgs(args, [1, 2]);
a === args[0] || 1; // true
b === args[1] || 2; // true
isFunction(cb); // true independ of args[2]
_.isFunction(cb); // true independ of args[2]
}
```

0 comments on commit d9b0bcd

Please sign in to comment.