diff --git a/lib/net/imap/sequence_set.rb b/lib/net/imap/sequence_set.rb index a3376cb4..654d5a1d 100644 --- a/lib/net/imap/sequence_set.rb +++ b/lib/net/imap/sequence_set.rb @@ -162,7 +162,7 @@ class IMAP # - #===: # Returns whether a given object is fully contained within +self+, or # +nil+ if the object cannot be converted to a compatible type. - # - #cover? (aliased as #===): + # - #cover?: # Returns whether a given object is fully contained within +self+. # - #intersect? (aliased as #overlap?): # Returns whether +self+ and a given object have any common elements.