summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
*