Skip to content

Commit

Permalink
Merge pull request #153 from klihub/fixes/UserOnCloseWait-comment
Browse files Browse the repository at this point in the history
Fix grammar in comment for UserOnCloseWait.
  • Loading branch information
fuweid committed Aug 7, 2023
2 parents 9287d49 + 8ca4110 commit b2f0ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ func (c *Client) Close() error {
return nil
}

// UserOnCloseWait is used to blocks untils the user's on-close callback
// UserOnCloseWait is used to block until the user's on-close callback
// finishes.
func (c *Client) UserOnCloseWait(ctx context.Context) error {
select {
Expand Down

0 comments on commit b2f0ada

Please sign in to comment.