We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78df8ec commit 4d58dd9Copy full SHA for 4d58dd9
dialoptions.go
@@ -272,7 +272,7 @@ func withBackoff(bs internalbackoff.Strategy) DialOption {
272
})
273
}
274
275
-// WithBlock returns a DialOption which makes caller of Dial blocks until the
+// WithBlock returns a DialOption which makes callers of Dial block until the
276
// underlying connection is up. Without this, Dial returns immediately and
277
// connecting the server happens in background.
278
func WithBlock() DialOption {
0 commit comments