Skip to content

Commit

Permalink
Fix typos in retry/README.md (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdm authored Oct 3, 2024
1 parent d849692 commit 622f5a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions retry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Defaults to 8 attempts, sleeping as following after 1st, 2nd, 3rd, ...,
7. 25600 ms +/- 25%

## Using `RetryOptions`
This package provides `RetryOptions` which defined how many times to retry
an function and how long to sleep between retries.
This package provides `RetryOptions` which defines how many times to retry
the function and how long to sleep between retries.

```dart
final r = RetryOptions(maxAttempts: 8);
Expand Down

0 comments on commit 622f5a8

Please sign in to comment.