Skip to content

Commit 2da701b

Browse files
committed
fix godoc comment for Namespaces client method
Namespaces method godoc has same sentence as Operator method. Presumably a cut-n-paste error. Fix that.
1 parent 19109cf commit 2da701b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/namespace.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ type Namespaces struct {
5353
c *Client
5454
}
5555

56-
// Operator returns a handle to the operator endpoints.
56+
// Namespaces returns a handle to the namespaces endpoints.
5757
func (c *Client) Namespaces() *Namespaces {
5858
return &Namespaces{c}
5959
}

0 commit comments

Comments
 (0)