Skip to content

Commit

Permalink
chore: typo in Retryer interface (#2148)
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Jun 13, 2023
1 parent ba5a08f commit 2f4a560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/retryer.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type Retryer interface {
MaxAttempts() int

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

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

0 comments on commit 2f4a560

Please sign in to comment.