Skip to content

Commit fd6225d

Browse files
committed
fix comment
1 parent f5814b5 commit fd6225d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

retry/budget/budget.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
type (
1515
// Experimental: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#experimental
1616
Budget interface {
17-
// Acquire called from retryer on second and subsequence attempts
17+
// Acquire will called on second and subsequent retry attempts
1818
Acquire(ctx context.Context) error
1919
}
2020
fixedBudget struct {

0 commit comments

Comments
 (0)