瀏覽代碼

Merge pull request #10256 from philippgille/patch-1

Fix spelling in comment
Gyuho Lee 7 年之前
父節點
當前提交
ee9dcbca0d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      clientv3/client.go

+ 1 - 1
clientv3/client.go

@@ -491,7 +491,7 @@ func newClient(cfg *Config) (*Client, error) {
 	}
 	}
 	dialEndpoint := cfg.Endpoints[0]
 	dialEndpoint := cfg.Endpoints[0]
 
 
-	// Use an provided endpoint target so that for https:// without any tls config given, then
+	// Use a provided endpoint target so that for https:// without any tls config given, then
 	// grpc will assume the certificate server name is the endpoint host.
 	// grpc will assume the certificate server name is the endpoint host.
 	conn, err := client.dialWithBalancer(dialEndpoint, grpc.WithBalancerName(roundRobinBalancerName))
 	conn, err := client.dialWithBalancer(dialEndpoint, grpc.WithBalancerName(roundRobinBalancerName))
 	if err != nil {
 	if err != nil {