Skip to content

Commit 2174ea6

Browse files
authored
documentation: fix typo in anti-patterns.md (#7237)
1 parent e22436a commit 2174ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/anti-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function that also creates the same virtual connection pool as `grpc.NewClient`.
2020
However, unlike `grpc.NewClient`, it immediately starts connecting and supports
2121
a few additional `DialOption`s that control this initial connection attempt.
2222
These are: `WithBlock`, `WithTimeout`, `WithReturnConnectionError`, and
23-
`FailOnNonTempDialError.
23+
`FailOnNonTempDialError`.
2424

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

0 commit comments

Comments
 (0)