Skip to content

Commit 7761764

Browse files
committed
📚 Fix FetchStruct rdoc typo
1 parent 22c71c4 commit 7761764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/imap/fetch_data.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class IMAP < Protocol
9292
#
9393
# === Implicitly setting <tt>\Seen</tt> and using +PEEK+
9494
#
95-
# Unless the mailbox is has been opened as read-only, fetching
95+
# Unless the mailbox has been opened as read-only, fetching
9696
# <tt>BODY[#{section}]</tt> or <tt>BINARY[#{section}]</tt>
9797
# will implicitly set the <tt>\Seen</tt> flag. To avoid this, fetch using
9898
# <tt>BODY.PEEK[#{section}]</tt> or <tt>BINARY.PEEK[#{section}]</tt>

0 commit comments

Comments
 (0)