Skip to content

Commit

Permalink
comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
l3uddz committed Feb 9, 2020
1 parent 051df66 commit fa13627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/web/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func GetResponse(method HTTPMethod, requestUrl string, timeout int, v ...interfa
inputs := make([]interface{}, 0)
inputs = append(inputs, client)

// Extract Retry struct and ratelimiter, append everything else
// Extract Retry struct and/or ratelimit object, append everything else
var rl ratelimit.Limiter = nil
var retry Retry

Expand Down

0 comments on commit fa13627

Please sign in to comment.