mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
fix a copy/paste error on api.Regions() comment
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user