git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2010-04-11 02:20:29 +00:00
parent f366874814
commit 1edc8d3b9e

View File

@ -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.
*