aboutsummaryrefslogtreecommitdiff
path: root/fasthttpproxy
diff options
context:
space:
mode:
authorGravatar Oleksandr Redko <oleksandr.red+github@gmail.com> 2023-02-13 04:43:44 +0200
committerGravatar GitHub <noreply@github.com> 2023-02-13 10:43:44 +0800
commite15a810a981cc45928acefd70c4a295c9aeaeed5 (patch)
tree10625a06cddc417a6842f70b841faad1d9642d30 /fasthttpproxy
parentdocs: replace links to golang.org with go.dev (#1489) (diff)
downloadfasthttp-e15a810a981cc45928acefd70c4a295c9aeaeed5.tar.gz
fasthttp-e15a810a981cc45928acefd70c4a295c9aeaeed5.tar.bz2
fasthttp-e15a810a981cc45928acefd70c4a295c9aeaeed5.zip
docs: fix grammar issues and typos in comments (#1492)
Diffstat (limited to 'fasthttpproxy')
-rw-r--r--fasthttpproxy/proxy_env.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/fasthttpproxy/proxy_env.go b/fasthttpproxy/proxy_env.go
index d115e2c..310704e 100644
--- a/fasthttpproxy/proxy_env.go
+++ b/fasthttpproxy/proxy_env.go
@@ -20,7 +20,7 @@ const (
)
// FasthttpProxyHTTPDialer returns a fasthttp.DialFunc that dials using
-// the the env(HTTP_PROXY, HTTPS_PROXY and NO_PROXY) configured HTTP proxy.
+// the env(HTTP_PROXY, HTTPS_PROXY and NO_PROXY) configured HTTP proxy.
//
// Example usage:
//