aboutsummaryrefslogtreecommitdiffstats
path: root/proc.c
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-04 00:35:26 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-04 00:35:26 +0000
commitd91e11b59d5883657385a9d136c9d522284d1af1 (patch)
tree7f0c54c62de405543802852e90889e9f403b6862 /proc.c
parent06a7b2ffcfb096efc8abd6e5d7de31c79ee2c5b5 (diff)
downloadruby-d91e11b59d5883657385a9d136c9d522284d1af1.tar.gz
* proc.c: Removing duplicate doc [fix GH-987][ci skip]
Patch by @ronakjangir47 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.c b/proc.c
index 2339f114d9..2eb46ad5d2 100644
--- a/proc.c
+++ b/proc.c
@@ -1909,7 +1909,7 @@ rb_method_call_with_block(int argc, const VALUE *argv, VALUE method, VALUE pass_
* these is an <code>UnboundMethod</code> object.
*
* Unbound methods can only be called after they are bound to an
- * object. That object must be be a kind_of? the method's original
+ * object. That object must be a kind_of? the method's original
* class.
*
* class Square