Skip to content

Commit 8ca4110

Browse files
committed
Fix comment for UserOnCloseWait.
Signed-off-by: Krisztian Litkey <[email protected]>
1 parent 05e0d07 commit 8ca4110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ func (c *Client) Close() error {
286286
return nil
287287
}
288288

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

0 commit comments

Comments
 (0)