aboutsummaryrefslogtreecommitdiff
path: root/client.go
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 /client.go
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 'client.go')
-rw-r--r--client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.go b/client.go
index 7f2cc89..532c751 100644
--- a/client.go
+++ b/client.go
@@ -687,7 +687,7 @@ type HostClient struct {
// listed in Addr.
//
// You can change this value while the HostClient is being used
- // using HostClient.SetMaxConns(value)
+ // with HostClient.SetMaxConns(value)
//
// DefaultMaxConnsPerHost is used if not set.
MaxConns int