summaryrefslogtreecommitdiff
path: root/encoding.c
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-11 02:20:29 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-11 02:20:29 +0000
commit1edc8d3b9ecb23fb22f929ba19b0f9bc94edceb2 (patch)
treedb294d7c35c97a08ae0cb738a100aac85ccd44ad /encoding.c
parentf3668748149f814f29c2a32a91914672ee966699 (diff)
fix rdoc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'encoding.c')
-rw-r--r--encoding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/encoding.c b/encoding.c
index b7258ddbc0..0e26376121 100644
--- a/encoding.c
+++ b/encoding.c
@@ -317,7 +317,7 @@ rb_enc_replicate(const char *name, rb_encoding *encoding)
* call-seq:
* enc.replicate(name) => encoding
*
- * Returns a replicated encoding of _enc whose name is _name_.
+ * Returns a replicated encoding of _enc_ whose name is _name_.
* The new encoding should have the same byte structure of _enc_.
* If _name_ is used by another encoding, raise ArgumentError.
*