Skip to content

Commit

Permalink
doc: tweak godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrixx committed Dec 22, 2023
1 parent 3d0630d commit e651e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type CustomizedDelayFnOptions struct {
// - If a 429 status is returned or the Retry-After response header is included it is retried.
// - If the status code is retryable and the request is guessed to be idempotent it is retried.
//
// Default retryablestatus codes are http.StatusBadGateway and http.StatusServiceUnavailable.
// Default retryablestatus codes are [http.StatusBadGateway] and [http.StatusServiceUnavailable].
// Idempotency is guessed based on the inclusion of the Idempotency-Key or X-Idempotency-Key
// header, or an idempotent method (as defined in RFC 9110).
var DefaultShouldRetryFn = CustomizedShouldRetryFn(CustomizedShouldRetryFnOptions{
Expand Down

0 comments on commit e651e6e

Please sign in to comment.