Skip to content

Commit 23c9183

Browse files
committed
typo
1 parent b18ebac commit 23c9183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/0.2.0.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ It was previously only possible to retry for a finite number of times. Sometimes
2929

3030
### Odelayed retries
3131

32-
The platform hooks for scheduling future retries at a later time was refactored out into its own library, [odelay](https://github.com/softprops/odelay#readme). Hence, this version of retry no longer requires multiple modules. Retry as a library is only repsonsible for providing retry logic, relying on odelay for future retry scheduling. Retries which previously required an `retry.Timer` in implicit scope now require an implicit `odelay.Timer`.
32+
The platform hooks for scheduling future retries at a later time was refactored out into its own library, [odelay](https://github.com/softprops/odelay#readme). Hence, this version of retry no longer requires multiple modules. Retry as a library is only responsible for providing retry logic, relying on odelay for future retry scheduling. Retries which previously required an `retry.Timer` in implicit scope now require an implicit `odelay.Timer`.
3333

3434
### A new module name
3535

0 commit comments

Comments
 (0)