summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
authorstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-26 12:21:22 +0000
committerstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-26 12:21:22 +0000
commit96353b97a5b2fd73d351ccaa6cc1f3ff296f2d05 (patch)
treec4a5b48bb84c9b56d99697b01ac92fed2a1d3d73 /proc.c
parent905be736f7452f8bb52014f777a66ba6303fbcb7 (diff)
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
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c4
1 files changed, 2 insertions, 2 deletions
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 #=> "#<Method: String#count>"
* (1..3).method(:map).inspect #=> "#<Method: Range(Enumerable)#map>"
*
- * 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