Преглед на файлове

clientv3: fix goword checking in config.go

Jingyi Hu преди 7 години
родител
ревизия
7d57ee3427
променени са 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"`
 }