Skip to content

Commit 4d58dd9

Browse files
authored
dialoptions.go: Fix WithBlock godoc (#5073)
1 parent 78df8ec commit 4d58dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dialoptions.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ func withBackoff(bs internalbackoff.Strategy) DialOption {
272272
})
273273
}
274274

275-
// WithBlock returns a DialOption which makes caller of Dial blocks until the
275+
// WithBlock returns a DialOption which makes callers of Dial block until the
276276
// underlying connection is up. Without this, Dial returns immediately and
277277
// connecting the server happens in background.
278278
func WithBlock() DialOption {

0 commit comments

Comments
 (0)