Skip to content

Commit f719b88

Browse files
vincnobu
authored andcommitted
[DOC] Fix grep_v description
1 parent 451d848 commit f719b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enum.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5033,7 +5033,7 @@ enum_compact(VALUE obj)
50335033
* - #flat_map (aliased as #collect_concat): Returns flattened objects returned by the block.
50345034
* - #grep: Returns elements selected by a given object
50355035
* or objects returned by a given block.
5036-
* - #grep_v: Returns elements selected by a given object
5036+
* - #grep_v: Returns elements not selected by a given object
50375037
* or objects returned by a given block.
50385038
* - #inject (aliased as #reduce): Returns the object formed by combining all elements.
50395039
* - #sum: Returns the sum of the elements, using method <tt>+</tt>.

0 commit comments

Comments
 (0)