Skip to content

Commit

Permalink
Update tfe.go
Browse files Browse the repository at this point in the history
Co-authored-by: Anna Winkler <3526523+annawinkler@users.noreply.github.com>
  • Loading branch information
laurenolivia and annawinkler committed Aug 30, 2022
1 parent 76c34fc commit 8ef8d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfe.go
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ func (c *Client) configureLimiter(rawLimit string) {
c.limiter = rate.NewLimiter(limit, burst)
}

// encodeQueryParams encodes the values into URL encoded form
// encodeQueryParams encodes the values into "URL encoded" form
// ("bar=baz&foo=quux") sorted by key.
func encodeQueryParams(v url.Values) string {
if v == nil {
Expand Down

0 comments on commit 8ef8d2d

Please sign in to comment.