1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* README.EXT: refine a sentence. thanks to Leonard Chin.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-05-31 08:27:01 +00:00
parent 2339191c39
commit 97498d179e

View file

@ -1245,7 +1245,7 @@ VALUE rb_funcall(VALUE recv, ID mid, int narg, ...) ::
VALUE rb_funcall2(VALUE recv, ID mid, int argc, VALUE *argv) ::
Invokes a method, passing arguments by an array of values.
Invokes a method, passing arguments as an array of values.
VALUE rb_eval_string(const char *str) ::