[前][次][番号順一覧][スレッド一覧]

ruby-changes:15404

From: kazu <ko1@a...>
Date: Sun, 11 Apr 2010 11:20:40 +0900 (JST)
Subject: [ruby-changes:15404] Ruby:r27297 (trunk): fix rdoc

kazu	2010-04-11 11:20:29 +0900 (Sun, 11 Apr 2010)

  New Revision: 27297

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=27297

  Log:
    fix rdoc

  Modified files:
    trunk/encoding.c

Index: encoding.c
===================================================================
--- encoding.c	(revision 27296)
+++ encoding.c	(revision 27297)
@@ -317,7 +317,7 @@
  * 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.
  *

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]