From 1edc8d3b9ecb23fb22f929ba19b0f9bc94edceb2 Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 11 Apr 2010 02:20:29 +0000 Subject: fix rdoc git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- encoding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'encoding.c') 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. * -- cgit v1.2.3