picker: fix capitalization in comment

This commit is contained in:
Ashish Gandhi 2015-10-21 14:33:59 -07:00
Родитель 0142d18c83
Коммит 52ecf7e5d5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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