1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-17 21:07:54 +02:00

chore: fix comment (#2645)

Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
cui fliter 2023-02-01 10:12:26 +08:00 committed by GitHub
parent b242403bc1
commit 239121155d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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