diff --git a/lib/imap-flow.js b/lib/imap-flow.js index 5928f2d..ff6d990 100644 --- a/lib/imap-flow.js +++ b/lib/imap-flow.js @@ -2602,7 +2602,7 @@ class ImapFlow extends EventEmitter { * @example * let mailbox = await client.mailboxOpen('INBOX'); * // download body parts '2', and '3' from all messages in the selected mailbox - * let response = await client.downloadMany('*', ['2', '3]); + * let response = await client.downloadMany('*', ['2', '3']); * process.stdout.write(response[2].content) * process.stdout.write(response[3].content) */