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

ruby-changes:39110

From: hsbt <ko1@a...>
Date: Wed, 8 Jul 2015 07:43:37 +0900 (JST)
Subject: [ruby-changes:39110] hsbt:r51191 (trunk): * lib/csv.rb: typo fix [ci skip][fix GH-958] Patch by @henrik

hsbt	2015-07-08 07:43:11 +0900 (Wed, 08 Jul 2015)

  New Revision: 51191

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

  Log:
    * lib/csv.rb: typo fix [ci skip][fix GH-958] Patch by @henrik

  Modified files:
    trunk/ChangeLog
    trunk/lib/csv.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 51190)
+++ ChangeLog	(revision 51191)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Jul  8 07:43:01 2015  SHIBATA Hiroshi  <hsbt@r...>
+
+	* lib/csv.rb: typo fix [ci skip][fix GH-958] Patch by @henrik
+
 Wed Jul  8 04:42:27 2015  Eric Wong  <e@8...>
 
 	* iseq.c (iseq_data_to_ary): dump kw_arg as symbol
Index: lib/csv.rb
===================================================================
--- lib/csv.rb	(revision 51190)
+++ lib/csv.rb	(revision 51191)
@@ -176,7 +176,7 @@ require "stringio" https://github.com/ruby/ruby/blob/trunk/lib/csv.rb#L176
 # support.  For example, <tt>:col_sep</tt>, <tt>:row_sep</tt>, and
 # <tt>:quote_char</tt> must be transcoded to match your data.  Hopefully this
 # makes the entire process feel transparent, since CSV's defaults should just
-# magically work for you data.  However, you can set these values manually in
+# magically work for your data.  However, you can set these values manually in
 # the target Encoding to avoid the translation.
 #
 # It's also important to note that while all of CSV's core parser is now

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

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