diff --git a/proxy/proxy.go b/proxy/proxy.go index 11d11a439..46052c2be 100644 --- a/proxy/proxy.go +++ b/proxy/proxy.go @@ -35,7 +35,7 @@ func (r *roundRobinSwitcher) GetProxy(_ *http.Request) (*url.URL, error) { // RoundRobinProxySwitcher creates a proxy switcher function which rotates // ProxyURLs on every request. -// The proxy type is determined by the URL scheme. "http" +// The proxy type is determined by the URL scheme. "http", "https" // and "socks5" are supported. If the scheme is empty, // "http" is assumed. func RoundRobinProxySwitcher(ProxyURLs ...string) (colly.ProxyFunc, error) {