Skip to content

Commit

Permalink
📚 Fix rdoc-ref link syntax in #search
Browse files Browse the repository at this point in the history
  • Loading branch information
nevans committed Dec 16, 2024
1 parent 72daef1 commit a8eba5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net/imap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1942,7 +1942,7 @@ def uid_expunge(uid_set)
# and returns either a SearchResult or an ESearchResult. SearchResult
# inherits from Array (for backward compatibility) but adds
# SearchResult#modseq when the +CONDSTORE+ capability has been enabled.
# ESearchResult also implements to_a{rdoc-ref:ESearchResult#to_a}, for
# ESearchResult also implements {#to_a}[rdoc-ref:ESearchResult#to_a], for
# compatibility with SearchResult.
#
# +criteria+ is one or more search keys and their arguments, which may be
Expand Down

0 comments on commit a8eba5e

Please sign in to comment.