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

ruby-changes:25290

From: ktsj <ko1@a...>
Date: Sat, 27 Oct 2012 20:09:17 +0900 (JST)
Subject: [ruby-changes:25290] ktsj:r37342 (trunk): * struct.c: fix typo.

ktsj	2012-10-27 20:06:46 +0900 (Sat, 27 Oct 2012)

  New Revision: 37342

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

  Log:
    * struct.c: fix typo.

  Modified files:
    trunk/struct.c

Index: struct.c
===================================================================
--- struct.c	(revision 37341)
+++ struct.c	(revision 37342)
@@ -900,7 +900,7 @@
 }
 
 /*
- * code-seq:
+ * call-seq:
  *   struct.eql?(other)   -> true or false
  *
  * Two structures are equal if they are the same object, or if all their

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

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