From e651e6e633a4b54410828e70408a9afce134356a Mon Sep 17 00:00:00 2001 From: Justin Ricks Date: Thu, 21 Dec 2023 20:36:34 -0700 Subject: [PATCH] doc: tweak godoc --- default.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.go b/default.go index 7180aa8..3aa5840 100644 --- a/default.go +++ b/default.go @@ -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{