Skip to content

Commit 8ef0608

Browse files
committed
fix comment
Signed-off-by: roc <roc@imroc.cc>
1 parent fb49ce3 commit 8ef0608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@ func (c *Client) SetHTTP2WriteByteTimeout(timeout time.Duration) *Client {
14851485
}
14861486

14871487
// Do is compatible with http.Client.Do, which can make req integration easier
1488-
// in some scenarios.It should be noted that this will make some req features
1488+
// in some scenarios. It should be noted that this will make some req features
14891489
// not work properly, such as automatic retry, client middleware, etc.
14901490
func (c *Client) Do(req *http.Request) (*http.Response, error) {
14911491
return c.httpClient.Do(req)

0 commit comments

Comments
 (0)