Skip to content

Commit

Permalink
Merge pull request #15067 from halegreen/fix-comment-typo
Browse files Browse the repository at this point in the history
client/v3: fix comment typo
  • Loading branch information
ahrtr authored Jan 7, 2023
2 parents 6200b22 + 49abfa5 commit 108cd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/v3/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 108cd9a

Please sign in to comment.