We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5a08f commit 2f4a560Copy full SHA for 2f4a560
aws/retryer.go
@@ -54,7 +54,7 @@ type Retryer interface {
54
MaxAttempts() int
55
56
// 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.
+ // attempt. Will return error if the delay could not be determined.
58
RetryDelay(attempt int, opErr error) (time.Duration, error)
59
60
// GetRetryToken attempts to deduct the retry cost from the retry token pool.
0 commit comments