Skip to content

Commit 401cb26

Browse files
committed
📚 Fix "not not" in FetchData docs
1 parent 4036509 commit 401cb26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/net/imap/fetch_data.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ class FetchData < Struct.new(:seqno, :attr)
131131
#
132132
# A transformation of #attr, with all the keys converted to upper case.
133133
#
134-
# Header field names are case-preserved but not not case-sensitive, so
135-
# this is used by #header_fields and #header_fields_not.
134+
# Header field names are case-preserved but not case-sensitive, so this is
135+
# used by #header_fields and #header_fields_not.
136136
def attr_upcase; attr.transform_keys(&:upcase) end
137137

138138
# :call-seq:

0 commit comments

Comments
 (0)