diff --git a/lib/csv.rb b/lib/csv.rb index 868f8e5b0e..7f1b404b2a 100644 --- a/lib/csv.rb +++ b/lib/csv.rb @@ -502,7 +502,7 @@ using CSV::MatchP if CSV.const_defined?(:MatchP) # [" 1 ", #] # [" baz ", #] # [" 2 ", #] -# Each CSV::Info object shows: +# Each CSV::FieldInfo object shows: # - The 0-based field index. # - The 1-based line index. # - The field header, if any.