fix godoc comment for Namespaces client method
Namespaces method godoc has same sentence as Operator method. Presumably a cut-n-paste error. Fix that.
This commit is contained in:
parent
3c935e8bbf
commit
a017daafc8
|
@ -53,7 +53,7 @@ type Namespaces struct {
|
|||
c *Client
|
||||
}
|
||||
|
||||
// Operator returns a handle to the operator endpoints.
|
||||
// Namespaces returns a handle to the namespaces endpoints.
|
||||
func (c *Client) Namespaces() *Namespaces {
|
||||
return &Namespaces{c}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue