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
commit0d95854a52fb35f9d6827aef91fca50d6bcc600f (patch)
tree74df334af18e1f04a6bf8256432ae0aff7b8206d /ext
parent85b72a85b50d9b03045478b28481ead2fbca205a (diff)
* ext/iconv/iconv.c (iconv_iconv): also instance method needs to be
qualified. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@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 8fa6be0769..7a214f1cb6 100644
--- a/ext/iconv/iconv.c
+++ b/ext/iconv/iconv.c
@@ -757,7 +757,7 @@ iconv_finish(VALUE self)
}
/*
- * Document-method: iconv
+ * Document-method: Iconv#iconv
* call-seq: iconv(str, start=0, length=-1)
*
* Converts string and returns the result.