* ext/iconv/iconv.c (iconv_s_conv): rdoc fix.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12269 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2007-05-10 06:13:58 +00:00
parent dc2a434cf2
commit adc782762b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu May 10 15:14:05 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/iconv/iconv.c (iconv_s_conv): rdoc fix.
Thu May 10 15:09:23 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* parse.y (POINTER_P): pointer may be larger than long.

View File

@ -645,7 +645,7 @@ iconv_s_iconv(int argc, VALUE *argv, VALUE self)
/*
* Document-method: Iconv::conv
* call-seq: Iconv.iconv(to, from, *strs)
* call-seq: Iconv.conv(to, from, *strs)
*
* Shorthand for
* Iconv.iconv(to, from, str).join