Skip to content

Commit 86a8d8a

Browse files
committed
📚 Fix rdoc call-seq for uid_expunge
1 parent bd0d1b2 commit 86a8d8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/net/imap.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2110,8 +2110,8 @@ def expunge
21102110
end
21112111

21122112
# call-seq:
2113-
# uid_expunge{uid_set) -> array of message sequence numbers
2114-
# uid_expunge{uid_set) -> VanishedData of UIDs
2113+
# uid_expunge(uid_set) -> array of message sequence numbers
2114+
# uid_expunge(uid_set) -> VanishedData of UIDs
21152115
#
21162116
# Sends a {UID EXPUNGE command [RFC4315 §2.1]}[https://www.rfc-editor.org/rfc/rfc4315#section-2.1]
21172117
# {[IMAP4rev2 §6.4.9]}[https://www.rfc-editor.org/rfc/rfc9051#section-6.4.9]

0 commit comments

Comments
 (0)