Skip to content

Commit

Permalink
fix and shorten comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mitulagr2 committed Nov 23, 2024
1 parent 56b72a4 commit 37a5e6e
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 existing client object.
// NewWithClient creates and returns a new Client object from an existing client.
func NewWithClient(c *fasthttp.Client) *Client {
return &Client{
fasthttp: c,
Expand Down

0 comments on commit 37a5e6e

Please sign in to comment.