Skip to content

Commit 5c7c569

Browse files
committed
📚 Minor rdoc formatting fixes
1 parent b3f1dfe commit 5c7c569

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
@@ -359,8 +359,8 @@ module Net
359359
#
360360
# - #capability: Returns the server's capabilities as an array of strings.
361361
#
362-
# <em>In general, #capable? should be used rather than explicitly sending a
363-
# +CAPABILITY+ command to the server.</em>
362+
# <em>In general,</em> #capable? <em>should be used rather than explicitly
363+
# sending a +CAPABILITY+ command to the server.</em>
364364
# - #noop: Allows the server to send unsolicited untagged #responses.
365365
# - #logout: Tells the server to end the session. Enters the +logout+ state.
366366
#
@@ -1569,7 +1569,7 @@ def login(user, password)
15691569
# When the +condstore+ keyword argument is true, the server is told to
15701570
# enable the extension. If +mailbox+ supports persistence of mod-sequences,
15711571
# the +HIGHESTMODSEQ+ ResponseCode will be sent as an untagged response to
1572-
# #select and all `FETCH` responses will include FetchData#modseq.
1572+
# #select and all +FETCH+ responses will include FetchData#modseq.
15731573
# Otherwise, the +NOMODSEQ+ ResponseCode will be sent.
15741574
#
15751575
# A Net::IMAP::NoResponseError is raised if the mailbox does not

0 commit comments

Comments
 (0)