aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
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 be9821130e..cc01f86ad4 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