Browse Source

Merge pull request #8978 from gyuho/clientv3-doc

clientv3/config.go: remove extra whitespace character
Gyuho Lee 8 years ago
parent
commit
1b280a5a12
1 changed files with 1 additions and 1 deletions
  1. 1 1
      clientv3/config.go

+ 1 - 1
clientv3/config.go

@@ -38,7 +38,7 @@ type Config struct {
 	DialKeepAliveTime time.Duration `json:"dial-keep-alive-time"`
 
 	// DialKeepAliveTimeout is the time that the client waits for a response for the
-	// keep-alive probe.  If the response is not received in this time, the connection is closed.
+	// keep-alive probe. If the response is not received in this time, the connection is closed.
 	DialKeepAliveTimeout time.Duration `json:"dial-keep-alive-timeout"`
 
 	// TLS holds the client secure credentials, if any.