Skip to content

Commit

Permalink
Merge pull request kriskowal#504 from jimCresswell/v1
Browse files Browse the repository at this point in the history
Missing initialVal typo in readme
  • Loading branch information
kriskowal committed Mar 26, 2014
2 parents b0fa729 + dcc197b commit 5dc1657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ return funcs.reduce(function (soFar, f) {
Or, you could use th ultra-compact version:

```javascript
return funcs.reduce(Q.when, Q());
return funcs.reduce(Q.when, Q(initialVal));
```

### Handling Errors
Expand Down

0 comments on commit 5dc1657

Please sign in to comment.