Skip to content

Commit 475c5fc

Browse files
committed
📚 Update StatusData rdoc
1 parent 8ae8882 commit 475c5fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/net/imap/response_data.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,9 +559,9 @@ class Namespaces < Struct.new(:personal, :other, :shared)
559559
# Returns an array of Shared Namespace objects.
560560
end
561561

562-
# Net::IMAP::StatusData represents the contents of the STATUS response.
562+
# StatusData represents the contents of an untagged +STATUS+ response.
563563
#
564-
# Net::IMAP#status returns the contents of #attr.
564+
# IMAP#status returns the contents of #attr.
565565
class StatusData < Struct.new(:mailbox, :attr)
566566
##
567567
# method: mailbox

0 commit comments

Comments
 (0)