diff --git a/api/regions.go b/api/regions.go index 282df1db0..c94ce297a 100644 --- a/api/regions.go +++ b/api/regions.go @@ -7,7 +7,7 @@ type Regions struct { client *Client } -// Regions returns a handle on the allocs endpoints. +// Regions returns a handle on the regions endpoints. func (c *Client) Regions() *Regions { return &Regions{client: c} }