Skip to content

Commit

Permalink
Fix word repetition in comment (#4304)
Browse files Browse the repository at this point in the history
  • Loading branch information
kichik committed Mar 7, 2022
1 parent ff47cc6 commit b895bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/request/retryer.go
Expand Up @@ -15,8 +15,8 @@ import (
// and determine if a request API error should be retried.
//
// client.DefaultRetryer is the SDK's default implementation of the Retryer. It
// uses the which uses the Request.IsErrorRetryable and Request.IsErrorThrottle
// methods to determine if the request is retried.
// uses the Request.IsErrorRetryable and Request.IsErrorThrottle methods to
// determine if the request is retried.
type Retryer interface {
// RetryRules return the retry delay that should be used by the SDK before
// making another request attempt for the failed request.
Expand Down

0 comments on commit b895bbc

Please sign in to comment.