Skip to content

Commit 6563b4b

Browse files
committed
cleanup
1 parent ac1227e commit 6563b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/httputil/httputil.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
var DefaultHTTPClient = &http.Client{}
1414

15-
// NewHTTPClient will return the globally-defined DefaultHHTTransport, updating
15+
// NewHTTPClient will return the globally-defined DefaultHTTPTransport, updating
1616
// the transport if it differs from the http package DefaultTransport.
1717
func NewHTTPClient() *http.Client {
1818
client := DefaultHTTPClient

0 commit comments

Comments
 (0)