mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/fiddle/closure.c: cosmetic fix for rdoc comment. (fix for r37917)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5c32aff16e
commit
7b6e26ae14
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ Init_fiddle_closure()
|
|||
* Construct a new Closure object.
|
||||
*
|
||||
* * +ret+ is the C type to be returned
|
||||
* * +args+is an Array of arguments, passed to the callback function
|
||||
* * +args+ is an Array of arguments, passed to the callback function
|
||||
* * +abi+ is the abi of the closure
|
||||
*
|
||||
* If there is an error in preparing the ffi_cif or ffi_prep_closure,
|
||||
|
|
Loading…
Reference in a new issue