From 239121155d0f74c56645ae0a0d729789e12b1682 Mon Sep 17 00:00:00 2001 From: cui fliter Date: Wed, 1 Feb 2023 10:12:26 +0800 Subject: [PATCH] chore: fix comment (#2645) Signed-off-by: cui fliter --- transport/grpc/resolver/discovery/builder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport/grpc/resolver/discovery/builder.go b/transport/grpc/resolver/discovery/builder.go index 015c20f1a..6186cdf1d 100644 --- a/transport/grpc/resolver/discovery/builder.go +++ b/transport/grpc/resolver/discovery/builder.go @@ -31,7 +31,7 @@ func WithInsecure(insecure bool) Option { } } -// WithInsecure with isSecure option. +// WithSubset with subset size. func WithSubset(size int) Option { return func(b *builder) { b.subsetSize = size