mirror of https://github.com/status-im/consul.git
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
19109cf991
commit
2da701b90c
|
@ -53,7 +53,7 @@ type Namespaces struct {
|
||||||
c *Client
|
c *Client
|
||||||
}
|
}
|
||||||
|
|
||||||
// Operator returns a handle to the operator endpoints.
|
// Namespaces returns a handle to the namespaces endpoints.
|
||||||
func (c *Client) Namespaces() *Namespaces {
|
func (c *Client) Namespaces() *Namespaces {
|
||||||
return &Namespaces{c}
|
return &Namespaces{c}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue