[前][次][番号順一覧][スレッド一覧]

ruby-changes:2341

From: ko1@a...
Date: 7 Nov 2007 05:22:52 +0900
Subject: [ruby-changes:2341] davidflanagan - Ruby:r13832 (trunk): * eval.c: fix typo in invoke_method documentation

davidflanagan	2007-11-07 05:21:50 +0900 (Wed, 07 Nov 2007)

  New Revision: 13832

  Modified files:
    trunk/ChangeLog
    trunk/eval.c

  Log:
    * eval.c: fix typo in invoke_method documentation

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13832&r2=13831
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/eval.c?r1=13832&r2=13831

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 13831)
+++ ChangeLog	(revision 13832)
@@ -1,3 +1,7 @@
+Tue Nov  7 05:17:24 2007  David Flanagan <davidflanagan@r...>
+
+	* eval.c: fix typo in invoke_method documentation
+
 Wed Nov  7 03:52:26 2007  Yukihiro Matsumoto  <matz@r...>
 
 	* array.c (rb_ary_product): core dumped with non array arguments.
Index: eval.c
===================================================================
--- eval.c	(revision 13831)
+++ eval.c	(revision 13832)
@@ -1498,7 +1498,7 @@
  *     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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml

[前][次][番号順一覧][スレッド一覧]