From 8aaa1c279f7c05a22dd108888d425565fc43e26f Mon Sep 17 00:00:00 2001 From: Vince Date: Thu, 5 Aug 2021 16:40:05 -0400 Subject: [PATCH] [ruby/csv] doc: Match text to the struct name (https://github.com/ruby/csv/pull/217) https://github.com/ruby/csv/commit/744e41130c --- lib/csv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.