From 6bf3b11e7fdebf726fc86eee3a62fd51b112f9ea Mon Sep 17 00:00:00 2001 From: Jinlong Chen <49605145+HgAmiui9@users.noreply.github.com> Date: Thu, 23 Sep 2021 04:07:40 +0800 Subject: [PATCH] Fix client.go (#12608) Modify one annotation. --- api/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/client.go b/api/client.go index 870dee7764..9b7129ceb0 100644 --- a/api/client.go +++ b/api/client.go @@ -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 {