mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/iconv/iconv.c (iconv_s_conv): rdoc fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
54420c2614
commit
cb272b7c2d
1 changed files with 1 additions and 1 deletions
|
@ -645,7 +645,7 @@ iconv_s_iconv(int argc, VALUE *argv, VALUE self)
|
|||
|
||||
/*
|
||||
* Document-method: Iconv::conv
|
||||
* call-seq: Iconv.conv(to, from, *strs)
|
||||
* call-seq: Iconv.conv(to, from, str)
|
||||
*
|
||||
* Shorthand for
|
||||
* Iconv.iconv(to, from, str).join
|
||||
|
|
Loading…
Reference in a new issue