Skip to content

Commit 601c10e

Browse files
committed
* lib/csv.rb: typo fix [ci skip][fix rubyGH-958] Patch by @henrik
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 011347e commit 601c10e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Wed Jul 8 07:43:01 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
2+
3+
* lib/csv.rb: typo fix [ci skip][fix GH-958] Patch by @henrik
4+
15
Wed Jul 8 04:42:27 2015 Eric Wong <e@80x24.org>
26

37
* iseq.c (iseq_data_to_ary): dump kw_arg as symbol

lib/csv.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
# support. For example, <tt>:col_sep</tt>, <tt>:row_sep</tt>, and
177177
# <tt>:quote_char</tt> must be transcoded to match your data. Hopefully this
178178
# makes the entire process feel transparent, since CSV's defaults should just
179-
# magically work for you data. However, you can set these values manually in
179+
# magically work for your data. However, you can set these values manually in
180180
# the target Encoding to avoid the translation.
181181
#
182182
# It's also important to note that while all of CSV's core parser is now

0 commit comments

Comments
 (0)