Fixed interface documentation typo.
This commit is contained in:
parent
ed1d224b97
commit
2ab2ea6ef1
|
@ -297,7 +297,7 @@ type KeyPair interface {
|
|||
Bits() int
|
||||
|
||||
// Name returns the key pair's name. An empty string is
|
||||
// returned is no name was specified.
|
||||
// returned if no name was specified.
|
||||
Name() string
|
||||
|
||||
// Description returns a brief description of the key pair that
|
||||
|
|
Loading…
Reference in New Issue