Skip to content

Commit

Permalink
documentation: fix typo in anti-patterns.md (#7237)
Browse files Browse the repository at this point in the history
  • Loading branch information
roger2hk authored May 20, 2024
1 parent e22436a commit 2174ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/anti-patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function that also creates the same virtual connection pool as `grpc.NewClient`.
However, unlike `grpc.NewClient`, it immediately starts connecting and supports
a few additional `DialOption`s that control this initial connection attempt.
These are: `WithBlock`, `WithTimeout`, `WithReturnConnectionError`, and
`FailOnNonTempDialError.
`FailOnNonTempDialError`.

That `grpc.Dial` creates connections immediately is not a problem in and of
itself, but this behavior differs from how gRPC works in all other languages,
Expand Down

0 comments on commit 2174ea6

Please sign in to comment.