net/http: fix typo

This commit is contained in:
Michał Matczuk 2023-03-23 14:48:58 +01:00
parent 0aa14fca8c
commit d9de237bd2
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ type Transport struct {
// If non-nil, HTTP/2 support may not be enabled by default.
TLSClientConfig *tls.Config
// TLSHandshakeTimeout specifies the maximum amount of time waiting to
// TLSHandshakeTimeout specifies the maximum amount of time to
// wait for a TLS handshake. Zero means no timeout.
TLSHandshakeTimeout time.Duration