Skip to content

Commit

Permalink
Missing initialVal typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jimCresswell committed Mar 26, 2014
1 parent b0fa729 commit dcc197b
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 dcc197b

Please sign in to comment.