From 8ca4110ebc91819c5b0e2f17c9ded818b2462c50 Mon Sep 17 00:00:00 2001 From: Krisztian Litkey Date: Thu, 27 Jul 2023 18:29:29 +0300 Subject: [PATCH] Fix comment for UserOnCloseWait. Signed-off-by: Krisztian Litkey --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {