From 52ecf7e5d5cb2dabccd6f9561f26e11f07cfc97a Mon Sep 17 00:00:00 2001 From: Ashish Gandhi Date: Wed, 21 Oct 2015 14:33:59 -0700 Subject: [PATCH] picker: fix capitalization in comment --- picker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picker.go b/picker.go index d285504d..bc48573a 100644 --- a/picker.go +++ b/picker.go @@ -41,7 +41,7 @@ import ( ) // 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 { // Init does initial processing for the Picker, e.g., initiate some connections. Init(cc *ClientConn) error