Skip to content

Commit cbbe802

Browse files
authored
Merge branch 'develop' into hookokoko/develop
2 parents 1cae436 + a679ff2 commit cbbe802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/client/dubbo/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type DubboProxyConfig struct {
3333
AutoResolve bool `yaml:"auto_resolve" json:"auto_resolve,omitempty"`
3434
// Protoset path to load protoset files
3535
Protoset []string `yaml:"protoset" json:"protoset,omitempty"`
36-
// Load load balance
36+
// Load balance
3737
LoadBalance string `yaml:"load_balance" json:"load_balance,omitempty"`
3838
// Retries number of retries
3939
Retries string `yaml:"retries" json:"retries,omitempty"`

0 commit comments

Comments
 (0)