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

ruby-changes:26924

From: marcandre <ko1@a...>
Date: Wed, 30 Jan 2013 03:58:46 +0900 (JST)
Subject: [ruby-changes:26924] marcandRe: r38976 (trunk): * object.c: Fix rdoc typo, patch by Narsimham Chelluri [#7753].

marcandre	2013-01-30 03:58:37 +0900 (Wed, 30 Jan 2013)

  New Revision: 38976

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

  Log:
    * object.c: Fix rdoc typo, patch by Narsimham Chelluri [#7753].

  Modified files:
    trunk/object.c

Index: object.c
===================================================================
--- object.c	(revision 38975)
+++ object.c	(revision 38976)
@@ -1809,7 +1809,7 @@ rb_mod_attr(int argc, VALUE *argv, VALUE https://github.com/ruby/ruby/blob/trunk/object.c#L1809
  *      attr_writer(symbol, ...)    -> nil
  *
  *  Creates an accessor method to allow assignment to the attribute
- *  <i>aSymbol</i><code>.id2name</code>.
+ *  <i>symbol</i><code>.id2name</code>.
  */
 
 static VALUE

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

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