summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-10 06:20:33 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-10 06:20:33 +0000
commitcb272b7c2dafe30b5823f6e6fc59bbc79c8f0cab (patch)
tree27febecadd4a27344ee67fdbf3782c85f263ef28 /ext
parent54420c26147321080c6664ec095471172311cf9b (diff)
* 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
Diffstat (limited to 'ext')
-rw-r--r--ext/iconv/iconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c
index cc01f86ad4..27a4cf102e 100644
--- a/ext/iconv/iconv.c
+++ b/ext/iconv/iconv.c
@@ -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