Skip to content

Commit b1307ef

Browse files
Update client_options.go
use passive voice Co-authored-by: Sander van Harmelen <[email protected]>
1 parent 81cde1f commit b1307ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client_options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func WithRequestLogHook(hook retryablehttp.RequestLogHook) ClientOptionFunc {
9999
}
100100
}
101101

102-
// WithResponseLogHook uses the specified ResponseLogHook on all responses
102+
// WithResponseLogHook can be used to configure a custom response log hook.
103103
func WithResponseLogHook(hook retryablehttp.ResponseLogHook) ClientOptionFunc {
104104
return func(c *Client) error {
105105
c.client.ResponseLogHook = hook

0 commit comments

Comments
 (0)