fix a copy/paste error on api.Regions() comment

This commit is contained in:
Jason Hancock
2017-01-17 22:48:01 -08:00
parent 6a431b4538
commit c6f562249c

View File

@@ -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}
}