diff --git a/client.go b/client.go index 4b1e1e7..b95d1e3 100644 --- a/client.go +++ b/client.go @@ -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 {