diff --git a/proc.c b/proc.c index b1ea551c15..8969f3b1db 100644 --- a/proc.c +++ b/proc.c @@ -2618,8 +2618,8 @@ rb_method_parameters(VALUE method) * "cat".method(:count).inspect #=> "#" * (1..3).method(:map).inspect #=> "#" * - * In the latter case, method description includes the "owner" of original - * method (+Enumerable+ module, which is included into +Range+). + * In the latter case, the method description includes the "owner" of the + * original method (+Enumerable+ module, which is included into +Range+). */ static VALUE