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:
parent
2339191c39
commit
97498d179e
1 changed files with 1 additions and 1 deletions
|
@ -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) ::
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue