Skip to content

Commit

Permalink
docs: removed stale comment (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
telpirion committed Mar 10, 2022
1 parent ab9ff8c commit 83dfa07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions option/option.go
Expand Up @@ -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)
}
Expand Down

0 comments on commit 83dfa07

Please sign in to comment.