From 9234b9d2086d506d7c048188961a33f34c6f94e1 Mon Sep 17 00:00:00 2001 From: Peter Karth Date: Tue, 1 Mar 2016 01:59:54 -0500 Subject: [PATCH] Typo fix Fixed line in README.md in Callbacks section an => can --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3fa5b32f..4d3a1ec1b 100644 --- a/README.md +++ b/README.md @@ -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