From d6461f1222ca01f58cadf4a8f8bf4cdf20fbbaf2 Mon Sep 17 00:00:00 2001 From: Chris Patuzzo Date: Fri, 26 Jun 2015 23:33:55 +0100 Subject: [PATCH 1/2] =?UTF-8?q?proc.c:=20=E2=80=9Cbe=20a=20kind=5Fof=3F?= =?UTF-8?q?=E2=80=9D,=20not=20=E2=80=9Cbe=20be=20a=20kind=5Fof=3F=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proc.c b/proc.c index adb9f67..c4ff77d 100644 --- a/proc.c +++ b/proc.c @@ -1916,7 +1916,7 @@ rb_method_call_with_block(int argc, const VALUE *argv, VALUE method, VALUE pass_ * these is an UnboundMethod 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 -- 2.2.1