aboutsummaryrefslogtreecommitdiff
path: root/client_example_test.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_example_test.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_example_test.go')
-rw-r--r--client_example_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client_example_test.go b/client_example_test.go
index c2366e4..ab7b587 100644
--- a/client_example_test.go
+++ b/client_example_test.go
@@ -7,7 +7,7 @@ import (
)
func ExampleHostClient() {
- // Perpare a client, which fetches webpages via HTTP proxy listening
+ // Prepare a client, which fetches webpages via HTTP proxy listening
// on the localhost:8080.
c := &fasthttp.HostClient{
Addr: "localhost:8080",