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

ruby-changes:31490

From: zzak <ko1@a...>
Date: Fri, 8 Nov 2013 02:10:43 +0900 (JST)
Subject: [ruby-changes:31490] zzak:r43569 (trunk): * lib/csv.rb: [DOC] Fix typo in CSV.parse_line by @funky-bibimbap

zzak	2013-11-08 02:10:34 +0900 (Fri, 08 Nov 2013)

  New Revision: 43569

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

  Log:
    * lib/csv.rb: [DOC] Fix typo in CSV.parse_line by @funky-bibimbap
      [Fixes GH-430] https://github.com/ruby/ruby/pull/430

  Modified files:
    trunk/ChangeLog
    trunk/lib/csv.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 43568)
+++ ChangeLog	(revision 43569)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Nov  8 02:09:12 2013  Zachary Scott  <e@z...>
+
+	* lib/csv.rb: [DOC] Fix typo in CSV.parse_line by @funky-bibimbap
+	  [Fixes GH-430] https://github.com/ruby/ruby/pull/430
+
 Fri Nov  8 01:01:54 2013  Zachary Scott  <e@z...>
 
 	* golf_prelude.rb: syntax formatting for whitespace [Fixes GH-425]
Index: lib/csv.rb
===================================================================
--- lib/csv.rb	(revision 43568)
+++ lib/csv.rb	(revision 43569)
@@ -1300,8 +1300,8 @@ class CSV https://github.com/ruby/ruby/blob/trunk/lib/csv.rb#L1300
 
   #
   # This method is a shortcut for converting a single line of a CSV String into
-  # a into an Array.  Note that if +line+ contains multiple rows, anything
-  # beyond the first row is ignored.
+  # an Array.  Note that if +line+ contains multiple rows, anything beyond the
+  # first row is ignored.
   #
   # The +options+ parameter can be anything CSV::new() understands.
   #

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

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