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

ruby-changes:17158

From: naruse <ko1@a...>
Date: Wed, 1 Sep 2010 14:36:40 +0900 (JST)
Subject: [ruby-changes:17158] Ruby:r29157 (trunk): * array.c (rb_ary_rotate_m): fix typo of rdoc.

naruse	2010-09-01 14:36:33 +0900 (Wed, 01 Sep 2010)

  New Revision: 29157

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

  Log:
    * array.c (rb_ary_rotate_m): fix typo of rdoc.
      patched by Andrei Kulakov [ruby-core:31975]

  Modified files:
    trunk/ChangeLog
    trunk/array.c

Index: array.c
===================================================================
--- array.c	(revision 29156)
+++ array.c	(revision 29157)
@@ -1899,7 +1899,7 @@
 
 /*
  *  call-seq:
- *     ary.rotate([n = 1]) -> new_ary
+ *     ary.rotate([cnt = 1]) -> new_ary
  *
  *  Returns new array by rotating +self+, whose first element is the
  *  element at +cnt+ in +self+.  If +cnt+ is negative then it rotates
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 29156)
+++ ChangeLog	(revision 29157)
@@ -1,3 +1,8 @@
+Wed Sep  1 14:35:29 2010  NARUSE, Yui  <naruse@r...>
+
+	* array.c (rb_ary_rotate_m): fix typo of rdoc.
+	  patched by Andrei Kulakov [ruby-core:31975]
+
 Wed Sep  1 14:33:36 2010  NARUSE, Yui  <naruse@r...>
 
 	* enum.c (enum_zip): fix typo of rdoc.

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

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