Skip to content

Commit

Permalink
Merge pull request #536 from xg-wang/master
Browse files Browse the repository at this point in the history
fix backtick
  • Loading branch information
stefanpenner committed Aug 16, 2018
2 parents bcd0936 + eb5bd44 commit 1ba4bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rsvp/hash.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import PromiseHash from './promise-hash';
// notAPromise: 4
// }
});
````
```
If any of the `promises` given to `hash` are rejected, the first promise
that is rejected will be given as the reason to the rejection handler.
Expand Down

0 comments on commit 1ba4bf7

Please sign in to comment.