Skip to content

Commit 622f5a8

Browse files
authored
Fix typos in retry/README.md (#257)
1 parent d849692 commit 622f5a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

retry/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Defaults to 8 attempts, sleeping as following after 1st, 2nd, 3rd, ...,
3434
7. 25600 ms +/- 25%
3535

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

4040
```dart
4141
final r = RetryOptions(maxAttempts: 8);

0 commit comments

Comments
 (0)