From 77617649109af5cf89a6f477b3af6e11f23c989e Mon Sep 17 00:00:00 2001 From: nick evans Date: Fri, 3 Jan 2025 16:07:53 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Fix=20FetchStruct=20rdoc=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/net/imap/fetch_data.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/imap/fetch_data.rb b/lib/net/imap/fetch_data.rb index c6c13f41..be2a6508 100644 --- a/lib/net/imap/fetch_data.rb +++ b/lib/net/imap/fetch_data.rb @@ -92,7 +92,7 @@ class IMAP < Protocol # # === Implicitly setting \Seen and using +PEEK+ # - # Unless the mailbox is has been opened as read-only, fetching + # Unless the mailbox has been opened as read-only, fetching # BODY[#{section}] or BINARY[#{section}] # will implicitly set the \Seen flag. To avoid this, fetch using # BODY.PEEK[#{section}] or BINARY.PEEK[#{section}]