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:
parent
2db4ac6e2b
commit
a297576c37
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue