Skip to content

Commit ef00713

Browse files
authored
Update README.md
1 parent 82840e2 commit ef00713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Octopoller is a micro gem for polling and retrying, perfect for making repeating
44
```ruby
55
Octopoller.poll(timeout: 15.seconds) do
66
begin
7-
client.make_that_request # raises an Error sometimes
7+
client.make_that_request # ex. request a long running job's status
88
rescue Error
99
:re_poll
1010
end

0 commit comments

Comments
 (0)