We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0d1b2 commit 86a8d8aCopy full SHA for 86a8d8a
lib/net/imap.rb
@@ -2110,8 +2110,8 @@ def expunge
2110
end
2111
2112
# call-seq:
2113
- # uid_expunge{uid_set) -> array of message sequence numbers
2114
- # uid_expunge{uid_set) -> VanishedData of UIDs
+ # uid_expunge(uid_set) -> array of message sequence numbers
+ # uid_expunge(uid_set) -> VanishedData of UIDs
2115
#
2116
# Sends a {UID EXPUNGE command [RFC4315 §2.1]}[https://www.rfc-editor.org/rfc/rfc4315#section-2.1]
2117
# {[IMAP4rev2 §6.4.9]}[https://www.rfc-editor.org/rfc/rfc9051#section-6.4.9]
0 commit comments