picker: fix capitalization in comment
This commit is contained in:
Родитель
0142d18c83
Коммит
52ecf7e5d5
|
@ -41,7 +41,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// Picker picks a Conn for RPC requests.
|
// Picker picks a Conn for RPC requests.
|
||||||
// This is EXPERIMENTAL and Please do not implement your own Picker for now.
|
// This is EXPERIMENTAL and please do not implement your own Picker for now.
|
||||||
type Picker interface {
|
type Picker interface {
|
||||||
// Init does initial processing for the Picker, e.g., initiate some connections.
|
// Init does initial processing for the Picker, e.g., initiate some connections.
|
||||||
Init(cc *ClientConn) error
|
Init(cc *ClientConn) error
|
||||||
|
|
Загрузка…
Ссылка в новой задаче