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

ruby-changes:18433

From: shyouhei <ko1@a...>
Date: Wed, 5 Jan 2011 14:23:01 +0900 (JST)
Subject: [ruby-changes:18433] Ruby:r30456 (trunk): * string.c: fix rdoc typo.

shyouhei	2011-01-05 14:22:54 +0900 (Wed, 05 Jan 2011)

  New Revision: 30456

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

  Log:
    * string.c: fix rdoc typo.
      https://github.com/shyouhei/ruby/pull/3

  Modified files:
    trunk/ChangeLog
    trunk/string.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 30455)
+++ ChangeLog	(revision 30456)
@@ -1,3 +1,8 @@
+Wed Jan  5 14:21:34 2011  Mark Dodwell  <hi@m...>
+
+	* string.c: fix rdoc typo.
+	  https://github.com/shyouhei/ruby/pull/3
+
 Wed Jan  5 14:06:01 2011  NAKAMURA Usaku  <usa@r...>
 
 	* test/rdoc/test_rdoc_options.rb (TestRDocOptions#test_check_files):
Index: string.c
===================================================================
--- string.c	(revision 30455)
+++ string.c	(revision 30456)
@@ -2611,8 +2611,6 @@
  *  then invokes its <code>match</code> method on <i>str</i>.  If the second
  *  parameter is present, it specifies the position in the string to begin the
  *  search.
- *  If the second parameter is present, it specifies the position in the string
- *  to begin the search.
  *
  *     'hello'.match('(.)\1')      #=> #<MatchData "ll" 1:"l">
  *     'hello'.match('(.)\1')[0]   #=> "ll"

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

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