From 7d57ee3427338629466b84d452ca6f5b039d8686 Mon Sep 17 00:00:00 2001 From: Jingyi Hu Date: Tue, 2 Oct 2018 23:02:10 -0700 Subject: [PATCH] clientv3: fix goword checking in config.go --- clientv3/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientv3/config.go b/clientv3/config.go index bda60b8e7..96e94e1c0 100644 --- a/clientv3/config.go +++ b/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"` }