Skip to content

Commit

Permalink
Merge pull request #2212 from jasonhancock/nomad_doc_fix
Browse files Browse the repository at this point in the history
fix a copy/paste error on api.Regions() comment
  • Loading branch information
diptanu authored Jan 19, 2017
2 parents 49e6735 + c6f5622 commit a53f2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/regions.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}
Expand Down

0 comments on commit a53f2da

Please sign in to comment.