summaryrefslogtreecommitdiff
path: root/lib/csv.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csv.rb')
-rw-r--r--lib/csv.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csv.rb b/lib/csv.rb
index 15f06c96f8..804b941433 100644
--- a/lib/csv.rb
+++ b/lib/csv.rb
@@ -1300,8 +1300,8 @@ class CSV
#
# 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.
#