Skip to content

Commit 4dc850f

Browse files
committed
📚 Fix rdoc formatting at top of Net::IMAP
1 parent aed3a57 commit 4dc850f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/net/imap.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
module Net
2525

2626
# Net::IMAP implements Internet Message Access Protocol (\IMAP) client
27-
# functionality. The protocol is described in
28-
# [IMAP4rev1[https://tools.ietf.org/html/rfc3501]] and
29-
# [IMAP4rev2[https://tools.ietf.org/html/rfc9051]].
27+
# functionality. The protocol is described
28+
# in {IMAP4rev1 [RFC3501]}[https://tools.ietf.org/html/rfc3501]
29+
# and {IMAP4rev2 [RFC9051]}[https://tools.ietf.org/html/rfc9051].
3030
#
3131
# == \IMAP Overview
3232
#

0 commit comments

Comments
 (0)