Merge pull request #371 from falonofthetower/master
Typo fix in README.md
This commit is contained in:
commit
5feda5da0b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue