mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
clientv3: Fix typos
Found randomly when going through docs. HTH
This commit is contained in:
parent
751d5fa486
commit
edca3cbe44
@ -66,9 +66,9 @@ type Client struct {
|
||||
newconnc chan struct{}
|
||||
lastConnErr error
|
||||
|
||||
// Username is a username of authentication
|
||||
// Username is a username for authentication
|
||||
Username string
|
||||
// Password is a password of authentication
|
||||
// Password is a password for authentication
|
||||
Password string
|
||||
}
|
||||
|
||||
|
@ -44,10 +44,10 @@ type Config struct {
|
||||
// Logger is the logger used by client library.
|
||||
Logger Logger
|
||||
|
||||
// Username is a username of authentication
|
||||
// Username is a username for authentication
|
||||
Username string
|
||||
|
||||
// Password is a password of authentication
|
||||
// Password is a password for authentication
|
||||
Password string
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user