Skip to content

Commit 2f4a560

Browse files
authored
chore: typo in Retryer interface (#2148)
1 parent ba5a08f commit 2f4a560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/retryer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ type Retryer interface {
5454
MaxAttempts() int
5555

5656
// RetryDelay returns the delay that should be used before retrying the
57-
// attempt. Will return error if the if the delay could not be determined.
57+
// attempt. Will return error if the delay could not be determined.
5858
RetryDelay(attempt int, opErr error) (time.Duration, error)
5959

6060
// GetRetryToken attempts to deduct the retry cost from the retry token pool.

0 commit comments

Comments
 (0)