File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments