diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-05-10 06:20:58 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-05-10 06:20:58 +0000 |
| commit | 9c749a323e84c10403d5449b8d1f13ca98cfa3a7 (patch) | |
| tree | 8a29aa791e3974cbdd474ab36c01c6f899446c3a | |
| parent | 73909f8e6d8fcd2470d886b054338b8496ece76a (diff) | |
* ext/iconv/iconv.c (iconv_s_conv): rdoc fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@12272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | ext/iconv/iconv.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Thu May 10 15:21:51 2007 NAKAMURA Usaku <usa@ruby-lang.org> + + * ext/iconv/iconv.c (iconv_s_conv): rdoc fix. + Thu May 10 10:14:14 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval.c (rb_thread_priority): rdoc fix; the initial value is diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c index 1c9d607de9..65fed33bd2 100644 --- a/ext/iconv/iconv.c +++ b/ext/iconv/iconv.c @@ -649,7 +649,7 @@ iconv_s_iconv /* * Document-method: Iconv::conv - * call-seq: Iconv.iconv(to, from, *strs) + * call-seq: Iconv.conv(to, from, str) * * Shorthand for * Iconv.iconv(to, from, str).join |
