From ba80fd2bbfc034398e92295a776940db56f8fae6 Mon Sep 17 00:00:00 2001 From: davidflanagan Date: Tue, 6 Nov 2007 20:21:50 +0000 Subject: * eval.c: fix typo in invoke_method documentation git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13832 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 185993115e..66b0f43c93 100644 --- a/eval.c +++ b/eval.c @@ -1498,7 +1498,7 @@ rb_f_send(int argc, VALUE *argv, VALUE recv) * obj.invoke_method(symbol [, args...]) => obj * * Invokes the method identified by _symbol_, passing it any - * 1arguments specified. Unlike send, invoke_method calls public + * arguments specified. Unlike send, invoke_method calls public * methods only, unless it's invoked in a function call style. * * 1.invoke_method(:puts, "hello") # causes NoMethodError -- cgit v1.2.3