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

* ext/fiddle/closure.c (Fiddle::Closure.new): fix typo in documentation

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

View file

@ -284,7 +284,7 @@ Init_fiddle_closure()
/*
* Document-method: new
*
* call-seq: new(ret, *args, abi = Fiddle::DEFAULT)
* call-seq: new(ret, args, abi = Fiddle::DEFAULT)
*
* Construct a new Closure object.
*