mirror of
https://github.com/smallnest/rpcx.git
synced 2025-09-26 20:21:14 +08:00
fix typo
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
// MultipleServersDiscovery is a multiple servers service discovery.
|
||||
// It always returns the current servers and uses can change servers dynamically.
|
||||
// It always returns the current servers and users can change servers dynamically.
|
||||
type MultipleServersDiscovery struct {
|
||||
pairsMu sync.RWMutex
|
||||
pairs []*KVPair
|
||||
|
Reference in New Issue
Block a user