Skip to content

Commit

Permalink
Merge pull request kriskowal#539 from ehpc/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
kriskowal committed May 25, 2014
2 parents c7ec80a + 91b5728 commit b0db581
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 @@ -375,7 +375,7 @@ return funcs.reduce(Q.when, Q(initialVal));
### Handling Errors

One sometimes-unintuive aspect of promises is that if you throw an
exception in the fulfillment handler, it will not be be caught by the error
exception in the fulfillment handler, it will not be caught by the error
handler.

```javascript
Expand Down

0 comments on commit b0db581

Please sign in to comment.