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

ruby-changes:41497

From: hsbt <ko1@a...>
Date: Mon, 18 Jan 2016 11:47:54 +0900 (JST)
Subject: [ruby-changes:41497] hsbt:r53571 (trunk): * string.c: fix a typo. [fix GH-1202][ci skip] Patch by @sunboshan

hsbt	2016-01-18 11:48:24 +0900 (Mon, 18 Jan 2016)

  New Revision: 53571

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53571

  Log:
    * string.c: fix a typo. [fix GH-1202][ci skip] Patch by @sunboshan

  Modified files:
    trunk/ChangeLog
    trunk/string.c
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 53570)
+++ ChangeLog	(revision 53571)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Mon Jan 18 11:47:27 2016  SHIBATA Hiroshi  <hsbt@r...>
+
+	* string.c: fix a typo. [fix GH-1202][ci skip] Patch by @sunboshan
+
 Sun Jan 17 21:15:30 2016  NARUSE, Yui  <naruse@r...>
 
 	* configure.in: improve ICC (Intel C Compiler) support.
Index: string.c
===================================================================
--- string.c	(revision 53570)
+++ string.c	(revision 53571)
@@ -6864,7 +6864,7 @@ static const char isspacetable[256] = { https://github.com/ruby/ruby/blob/trunk/string.c#L6864
  *
  *  If <i>pattern</i> is <code>nil</code>, the value of <code>$;</code> is used.
  *  If <code>$;</code> is <code>nil</code> (which is the default), <i>str</i> is
- *  split on whitespace as if ` ' were specified.
+ *  split on whitespace as if ' ' were specified.
  *
  *  If the <i>limit</i> parameter is omitted, trailing null fields are
  *  suppressed. If <i>limit</i> is a positive number, at most that number of

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

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