client/v3: fix comment typo

Signed-off-by: WangXiaoxiao <1141195807@qq.com>
This commit is contained in:
WangXiaoxiao 2023-01-07 14:40:10 +08:00
parent 6200b22f79
commit 49abfa5992

View File

@ -23,7 +23,7 @@ import (
var (
// client-side handling retrying of request failures where data was not written to the wire or
// where server indicates it did not process the data. gRPC default is default is "WaitForReady(false)"
// where server indicates it did not process the data. gRPC default is "WaitForReady(false)"
// but for etcd we default to "WaitForReady(true)" to minimize client request error responses due to
// transient failures.
defaultWaitForReady = grpc.WaitForReady(true)