aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csv.rb
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-04 03:21:53 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-04 03:21:53 +0000
commitab337e61ecb5f42384ba7d710c36faf96a454e5c (patch)
tree6fffd66cb91940286e63ff167cf6f92e7cc52a5d /lib/csv.rb
parent934789941e6f57892ae91a85778672ef883f61be (diff)
downloadruby-ab337e61ecb5f42384ba7d710c36faf96a454e5c.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/csv.rb')
-rw-r--r--lib/csv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csv.rb b/lib/csv.rb
index cc3e7f6362..54b820df31 100644
--- a/lib/csv.rb
+++ b/lib/csv.rb
@@ -1476,7 +1476,7 @@ class CSV
# the rows contain no actual data. If
# you want to skip rows that contain
# separators but no content, consider
- # using <tt>:skip_lines</tt>, or
+ # using <tt>:skip_lines</tt>, or
# inspecting fields.compact.empty? on
# each row.
# <b><tt>:force_quotes</tt></b>:: When set to a +true+ value, CSV will