Skip to content

Commit c4a9f84

Browse files
committed
Refactor function name to improve clarity
1 parent a46aa35 commit c4a9f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpclient/httpclient_request.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ func (c *Client) executeRequest(method, endpoint string, body, out interface{})
318318
return nil, c.handleErrorResponse(resp, out, log, method, endpoint)
319319
}
320320

321-
// executeHTTPRequest sends an HTTP request using the client's HTTP client. It logs the request and error details, if any,
321+
// do sends an HTTP request using the client's HTTP client. It logs the request and error details, if any,
322322
// using structured logging with zap fields.
323323
//
324324
// Parameters:

0 commit comments

Comments
 (0)