Skip to content

Commit

Permalink
aws/retry: fix typo in comment at Attempt.HandleFinalize (#1753)
Browse files Browse the repository at this point in the history
Fixes typo in Attempt.HandleFinalize  docstring.
  • Loading branch information
michimani committed Jul 1, 2022
1 parent 681ca65 commit 6e3856d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/retry/middleware.go
Expand Up @@ -90,7 +90,7 @@ func (r *Attempt) HandleFinalize(ctx context.Context, in smithymiddle.FinalizeIn
out, attemptResult, releaseRetryToken, err = r.handleAttempt(attemptCtx, attemptInput, releaseRetryToken, next)
attemptClockSkew, _ = awsmiddle.GetAttemptSkew(attemptResult.ResponseMetadata)

// AttempResult Retried states that the attempt was not successful, and
// AttemptResult Retried states that the attempt was not successful, and
// should be retried.
shouldRetry := attemptResult.Retried

Expand Down

0 comments on commit 6e3856d

Please sign in to comment.