chore: remove repetitive words

This commit is contained in:
teslaedison
2025-04-02 00:51:57 +08:00
committed by GitHub
parent 6fceb94998
commit cfec602fa7
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ func (b *BackoffHandler) Backoff(ctx context.Context) bool {
}
}
// Sets a grace period within which the the backoff timer is maintained. After the grace
// Sets a grace period within which the backoff timer is maintained. After the grace
// period expires, the number of retries & backoff duration is reset.
func (b *BackoffHandler) SetGracePeriod() time.Duration {
maxTimeToWait := b.GetBaseTime() * 2 << (b.retries + 1)