Skip to content

Commit 5d38391

Browse files
WhyNotHugoemersion
authored andcommitted
Fix mixup in method documentation
1 parent 5c47ad1 commit 5d38391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imapclient/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ func (c *Client) Subscribe(mailbox string) *Command {
10801080
return cmd
10811081
}
10821082

1083-
// Subscribe sends an UNSUBSCRIBE command.
1083+
// Unsubscribe sends an UNSUBSCRIBE command.
10841084
func (c *Client) Unsubscribe(mailbox string) *Command {
10851085
cmd := &Command{}
10861086
enc := c.beginCommand("UNSUBSCRIBE", cmd)

0 commit comments

Comments
 (0)