Skip to content

Commit 31aae37

Browse files
authored
Update config.go
1 parent b800128 commit 31aae37

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)