File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -466,12 +466,12 @@ func WithChannelzParentID(id int64) DialOption {
466
466
})
467
467
}
468
468
469
- // WithDisableServiceConfig returns a DialOption that causes grpc to ignore any
469
+ // WithDisableServiceConfig returns a DialOption that causes gRPC to ignore any
470
470
// service config provided by the resolver and provides a hint to the resolver
471
471
// to not fetch service configs.
472
472
//
473
- // Note that, this dial option only disables service config from resolver. If
474
- // default service config is provided, grpc will use the default service config.
473
+ // Note that this dial option only disables service config from resolver. If
474
+ // default service config is provided, gRPC will use the default service config.
475
475
func WithDisableServiceConfig () DialOption {
476
476
return newFuncDialOption (func (o * dialOptions ) {
477
477
o .disableServiceConfig = true
You can’t perform that action at this time.
0 commit comments