Merge pull request #371 from falonofthetower/master

Typo fix in README.md
This commit is contained in:
Steve Bazyl 2016-03-01 13:58:22 -08:00
commit 5feda5da0b
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ of retries is exceeded, an exception is thrown.
### Callbacks
A block an be specified when making calls. If present, the block will be called with the result or error, rather than
A block can be specified when making calls. If present, the block will be called with the result or error, rather than
returning the result from the call or raising the error. Example:
```ruby