diff --git a/option/option.go b/option/option.go index 762cf5ae39b..60743c63e2d 100644 --- a/option/option.go +++ b/option/option.go @@ -145,8 +145,6 @@ func (w withGRPCDialOption) Apply(o *internal.DialSettings) { // WithGRPCConnectionPool returns a ClientOption that creates a pool of gRPC // connections that requests will be balanced between. -// -// This is an EXPERIMENTAL API and may be changed or removed in the future. func WithGRPCConnectionPool(size int) ClientOption { return withGRPCConnectionPool(size) }