Skip to content

Commit a8eba5e

Browse files
committed
📚 Fix rdoc-ref link syntax in #search
1 parent 72daef1 commit a8eba5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/imap.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1942,7 +1942,7 @@ def uid_expunge(uid_set)
19421942
# and returns either a SearchResult or an ESearchResult. SearchResult
19431943
# inherits from Array (for backward compatibility) but adds
19441944
# SearchResult#modseq when the +CONDSTORE+ capability has been enabled.
1945-
# ESearchResult also implements to_a{rdoc-ref:ESearchResult#to_a}, for
1945+
# ESearchResult also implements {#to_a}[rdoc-ref:ESearchResult#to_a], for
19461946
# compatibility with SearchResult.
19471947
#
19481948
# +criteria+ is one or more search keys and their arguments, which may be

0 commit comments

Comments
 (0)