chore: fix comment (#2645)

Signed-off-by: cui fliter <imcusg@gmail.com>
pull/2648/head
cui fliter 2 years ago committed by GitHub
parent b242403bc1
commit 239121155d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save