From 752041ca11c7e08dd14b8efe063df06114a9660f Mon Sep 17 00:00:00 2001 From: Masataka Pocke Kuwabara Date: Wed, 27 May 2020 15:46:42 +0900 Subject: Update Enumerable::Yielder#to_proc document (#3142) --- enumerator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enumerator.c') diff --git a/enumerator.c b/enumerator.c index 8b1a7e543a..3b8d36590b 100644 --- a/enumerator.c +++ b/enumerator.c @@ -1365,7 +1365,7 @@ yielder_yield_push(VALUE obj, VALUE arg) } /* - * Returns a Proc object that takes an argument and yields it. + * Returns a Proc object that takes arguments and yields them. * * This method is implemented so that a Yielder object can be directly * passed to another method as a block argument. -- cgit v1.2.1