diff options
Diffstat (limited to 'ext/iconv')
-rw-r--r-- | ext/iconv/iconv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c index be9821130..cc01f86ad 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.iconv(to, from, *strs) + * call-seq: Iconv.conv(to, from, *strs) * * Shorthand for * Iconv.iconv(to, from, str).join |