From 96353b97a5b2fd73d351ccaa6cc1f3ff296f2d05 Mon Sep 17 00:00:00 2001 From: stomar Date: Fri, 26 Oct 2018 12:21:22 +0000 Subject: proc.c: [DOC] fix grammar in doc for Method#to_s git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- proc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proc.c') 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 -- cgit v1.2.3