Преглед изворни кода

Merge pull request #10149 from jingyih/fix_goword_checking_in_clientv3

clientv3: fix goword checking in config.go
Gyuho Lee пре 7 година
родитељ
комит
eca5f03cea
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      clientv3/config.go

+ 1 - 1
clientv3/config.go

@@ -79,7 +79,7 @@ type Config struct {
 	// TODO: configure gRPC logger
 	LogConfig *zap.Config
 
-	// PermitWithoutStream, if set true, client can send keepalive pings to server without any active streams(RPCs).
+	// PermitWithoutStream when set will allow client to send keepalive pings to server without any active streams(RPCs).
 	PermitWithoutStream bool `json:"permit-without-stream"`
 }