Skip to content

Commit cce3000

Browse files
authored
Update dialoptions.go
1 parent 4049a84 commit cce3000

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dialoptions.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -317,12 +317,8 @@ func WithBlock() DialOption {
317317
// Use of this feature is not recommended. For more information, please see:
318318
// https://github.com/grpc/grpc-go/blob/master/Documentation/anti-patterns.md
319319
//
320-
// # Experimental
321-
//
322-
// Notice: This API is EXPERIMENTAL and may be changed or removed in a
323-
// later release.
324-
//
325320
// Deprecated: this DialOption is not supported by NewClient.
321+
// Will be supported throughout 1.x.
326322
func WithReturnConnectionError() DialOption {
327323
return newFuncDialOption(func(o *dialOptions) {
328324
o.block = true

0 commit comments

Comments
 (0)