From 8238e33edd13f8c8e86752a31ea2cc368479e2d6 Mon Sep 17 00:00:00 2001 From: rocketlaunchr-cto <38447948+rocketlaunchr-cto@users.noreply.github.com> Date: Thu, 1 Jul 2021 11:58:03 +1000 Subject: [PATCH] - update comment for docs --- search.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search.go b/search.go index 7b533d4..13c1d2f 100644 --- a/search.go +++ b/search.go @@ -256,7 +256,7 @@ type SearchOptions struct { // It then reduces the returned results to match Limit. OverLimit bool - // set up proxy address to avoid ip blocking + // ProxyAddr sets a proxy address to avoid IP blocking. ProxyAddr string }