Skip to content

Commit

Permalink
[DOC] Fix grep_v description
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc authored and nobu committed Jan 31, 2025
1 parent 451d848 commit f719b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enum.c
Original file line number Diff line number Diff line change
Expand Up @@ -5033,7 +5033,7 @@ enum_compact(VALUE obj)
* - #flat_map (aliased as #collect_concat): Returns flattened objects returned by the block.
* - #grep: Returns elements selected by a given object
* or objects returned by a given block.
* - #grep_v: Returns elements selected by a given object
* - #grep_v: Returns elements not selected by a given object
* or objects returned by a given block.
* - #inject (aliased as #reduce): Returns the object formed by combining all elements.
* - #sum: Returns the sum of the elements, using method <tt>+</tt>.
Expand Down

0 comments on commit f719b88

Please sign in to comment.