From c6f562249cdb0474d05c22d5140dde4a20f807d4 Mon Sep 17 00:00:00 2001 From: Jason Hancock Date: Tue, 17 Jan 2017 22:48:01 -0800 Subject: [PATCH] fix a copy/paste error on api.Regions() comment --- api/regions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/regions.go b/api/regions.go index 282df1db0e5..c94ce297a89 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} }