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

ruby-changes:20841

From: shyouhei <ko1@a...>
Date: Tue, 9 Aug 2011 10:51:18 +0900 (JST)
Subject: [ruby-changes:20841] shyouhei:r32890 (ruby_1_9_3): * array.c: Fix typo. https://github.com/ruby/ruby/pull/36

shyouhei	2011-08-09 10:51:07 +0900 (Tue, 09 Aug 2011)

  New Revision: 32890

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

  Log:
    * array.c: Fix typo. https://github.com/ruby/ruby/pull/36

  Modified files:
    branches/ruby_1_9_3/ChangeLog
    branches/ruby_1_9_3/array.c

Index: ruby_1_9_3/array.c
===================================================================
--- ruby_1_9_3/array.c	(revision 32889)
+++ ruby_1_9_3/array.c	(revision 32890)
@@ -3591,7 +3591,7 @@
  *
  *  Removes +nil+ elements from the array.
  *  Returns +nil+ if no changes were made, otherwise returns
- *  </i>ary</i>.
+ *  <i>ary</i>.
  *
  *     [ "a", nil, "b", nil, "c" ].compact! #=> [ "a", "b", "c" ]
  *     [ "a", "b", "c" ].compact!           #=> nil
Index: ruby_1_9_3/ChangeLog
===================================================================
--- ruby_1_9_3/ChangeLog	(revision 32889)
+++ ruby_1_9_3/ChangeLog	(revision 32890)
@@ -1,3 +1,7 @@
+Tue Aug  9 10:49:52 2011  Igor Zubkov  <igor.zubkov@g...>
+
+	* array.c: Fix typo. https://github.com/ruby/ruby/pull/36
+
 Mon Aug  8 00:10:45 2011  Akinori MUSHA  <knu@i...>
 
 	* test/test_syslog.rb (TestSyslog#test_log): Do not be too

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

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