summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-16 08:41:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-16 08:41:37 +0000
commitb2571716718cda40e59c33f437768dc787078633 (patch)
treec802aba030ec82c2367979317e5097b2a6fb601a /ext
parent994bd271c06c11aeb04528a688726bd60d6ea261 (diff)
* ext/iconv/iconv.c (iconv_iconv): also instance method needs to be
qualified. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@13948 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 7f9918e28b..f268c7dcc5 100644
--- a/ext/iconv/iconv.c
+++ b/ext/iconv/iconv.c
@@ -715,7 +715,7 @@ iconv_finish
}
/*
- * Document-method: iconv
+ * Document-method: Iconv#iconv
* call-seq: iconv(str, start=0, length=-1)
*
* Converts string and returns the result.