diff --git a/Documentation/anti-patterns.md b/Documentation/anti-patterns.md index 42081ad27912..713995b18139 100644 --- a/Documentation/anti-patterns.md +++ b/Documentation/anti-patterns.md @@ -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,