We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 235864e + 63dea55 commit 24cd81aCopy full SHA for 24cd81a
retry/retry.go
@@ -227,7 +227,7 @@ func WithPanicCallback(panicCallback func(e interface{})) panicCallbackOption {
227
//
228
// - retry operation returned nil as error
229
230
-// Warning: if deadline without deadline or cancellation func Retry will be worked infinite
+// Warning: if context without deadline or cancellation func was passed, Retry will work infinitely.
231
232
// If you need to retry your op func on some logic errors - you must return RetryableError() from retryOperation
233
func Retry(ctx context.Context, op retryOperation, opts ...Option) (finalErr error) {
0 commit comments