Skip to content

Commit

Permalink
📚 Fix FetchStruct rdoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nevans committed Jan 3, 2025
1 parent 22c71c4 commit 7761764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net/imap/fetch_data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class IMAP < Protocol
#
# === Implicitly setting <tt>\Seen</tt> and using +PEEK+
#
# Unless the mailbox is has been opened as read-only, fetching
# Unless the mailbox has been opened as read-only, fetching
# <tt>BODY[#{section}]</tt> or <tt>BINARY[#{section}]</tt>
# will implicitly set the <tt>\Seen</tt> flag. To avoid this, fetch using
# <tt>BODY.PEEK[#{section}]</tt> or <tt>BINARY.PEEK[#{section}]</tt>
Expand Down

0 comments on commit 7761764

Please sign in to comment.