1
0
Fork 0
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:
usa 2007-05-10 06:20:33 +00:00
parent 54420c2614
commit cb272b7c2d

View file

@ -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