summaryrefslogtreecommitdiff
path: root/enum.c
diff options
context:
space:
mode:
Diffstat (limited to 'enum.c')
-rw-r--r--enum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enum.c b/enum.c
index bdc5c685d9..c06e336d2f 100644
--- a/enum.c
+++ b/enum.c
@@ -436,7 +436,7 @@ enum_size_over_p(VALUE obj, long n)
*
* [:foo, :bar].filter { |x| x == :foo } #=> [:foo]
*
- * See also Enumerable#reject.
+ * See also Enumerable#reject, Enumerable#grep.
*/
static VALUE