Fix client.go (#12608)

Modify one annotation.
This commit is contained in:
Jinlong Chen 2021-09-23 04:07:40 +08:00 committed by GitHub
parent 36bcf8e141
commit 6bf3b11e7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,7 +203,7 @@ func DefaultConfig() *Config {
return config
}
// ConfigureTLS takes a set of TLS configurations and applies those to the the
// ConfigureTLS takes a set of TLS configurations and applies those to the
// HTTP client.
func (c *Config) ConfigureTLS(t *TLSConfig) error {
if c.HttpClient == nil {