Merge pull request #407 from ashishgandhi/master

picker: fix capitalization in comment
diff --git a/picker.go b/picker.go
index d285504..bc48573 100644
--- a/picker.go
+++ b/picker.go
@@ -41,7 +41,7 @@
 )
 
 // 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