From 83dfa07135ab4df475b5740a87fc064446735990 Mon Sep 17 00:00:00 2001 From: Eric Schmidt Date: Thu, 10 Mar 2022 11:28:12 -0800 Subject: [PATCH] docs: removed stale comment (#1473) --- option/option.go | 2 -- 1 file changed, 2 deletions(-) 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) }