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

ruby-changes:18857

From: naruse <ko1@a...>
Date: Tue, 15 Feb 2011 16:24:55 +0900 (JST)
Subject: [ruby-changes:18857] Ruby:r30882 (trunk): Fix typo of rdoc.

naruse	2011-02-15 16:24:49 +0900 (Tue, 15 Feb 2011)

  New Revision: 30882

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

  Log:
    Fix typo of rdoc. [ruby-core:35016]

  Modified files:
    trunk/marshal.c

Index: marshal.c
===================================================================
--- marshal.c	(revision 30881)
+++ marshal.c	(revision 30882)
@@ -864,7 +864,7 @@
 
 /*
  * call-seq:
- *      dump( obj [, anIO] , limit=--1 ) -> anIO
+ *      dump( obj [, anIO] , limit=-1 ) -> anIO
  *
  * Serializes obj and all descendant objects. If anIO is
  * specified, the serialized data will be written to it, otherwise the

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

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