diff options
author | Burdette Lamar <[email protected]> | 2023-05-26 08:20:18 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2023-05-26 09:20:18 -0400 |
commit | d62ae18797b938eac4ede99199914c827674b388 (patch) | |
tree | 5d9a19d12b7cdda0cd2fff54320da47b6842e4a5 /enum.c | |
parent | 6d450d62fb2a0ab364142d8b6ce374fc89411a09 (diff) |
[DOC] Link fix (#7862)
Notes
Notes:
Merged-By: peterzhu2118 <[email protected]>
Diffstat (limited to 'enum.c')
-rw-r--r-- | enum.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4884,7 +4884,7 @@ enum_compact(VALUE obj) * * - {Querying}[rdoc-ref:Enumerable@Methods+for+Querying] * - {Fetching}[rdoc-ref:Enumerable@Methods+for+Fetching] - * - {Searching}[rdoc-ref:Enumerable@Methods+for+Searching] + * - {Searching and Filtering}[rdoc-ref:Enumerable@Methods+for+Searching+and+Filtering] * - {Sorting}[rdoc-ref:Enumerable@Methods+for+Sorting] * - {Iterating}[rdoc-ref:Enumerable@Methods+for+Iterating] * - {And more....}[rdoc-ref:Enumerable@Other+Methods] |