Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mitulagr2 committed Nov 23, 2024
1 parent 4a70013 commit 56b72a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ func New() *Client {
return NewWithClient(&fasthttp.Client{})
}

// NewWithClient creates and returns a new Client object from an eisting client object.
// NewWithClient creates and returns a new Client object from an existing client object.
func NewWithClient(c *fasthttp.Client) *Client {
return &Client{
fasthttp: c,
Expand Down

0 comments on commit 56b72a4

Please sign in to comment.