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

* ext/fiddle/function.c (Fiddle::Function.new): fix typo in documentation

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ngoto 2012-12-07 04:35:43 +00:00
parent 2db4ac6e2b
commit a297576c37

View file

@ -218,7 +218,7 @@ Init_fiddle_function(void)
/* /*
* Document-method: new * Document-method: new
* call-seq: new(ptr, *args, ret_type, abi = DEFAULT) * call-seq: new(ptr, args, ret_type, abi = DEFAULT)
* *
* Constructs a Function object. * Constructs a Function object.
* * +ptr+ is a referenced function, of a Fiddle::Handle * * +ptr+ is a referenced function, of a Fiddle::Handle