Skip to content

Commit 6e3856d

Browse files
authored
aws/retry: fix typo in comment at Attempt.HandleFinalize (#1753)
Fixes typo in Attempt.HandleFinalize docstring.
1 parent 681ca65 commit 6e3856d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/retry/middleware.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func (r *Attempt) HandleFinalize(ctx context.Context, in smithymiddle.FinalizeIn
9090
out, attemptResult, releaseRetryToken, err = r.handleAttempt(attemptCtx, attemptInput, releaseRetryToken, next)
9191
attemptClockSkew, _ = awsmiddle.GetAttemptSkew(attemptResult.ResponseMetadata)
9292

93-
// AttempResult Retried states that the attempt was not successful, and
93+
// AttemptResult Retried states that the attempt was not successful, and
9494
// should be retried.
9595
shouldRetry := attemptResult.Retried
9696

0 commit comments

Comments
 (0)