ruby-changes:69364
From: Vince <ko1@a...>
Date: Sun, 24 Oct 2021 05:57:54 +0900 (JST)
Subject: [ruby-changes:69364] 8aaa1c279f (master): [ruby/csv] doc: Match text to the struct name (https://github.com/ruby/csv/pull/217)
https://git.ruby-lang.org/ruby.git/commit/?id=8aaa1c279f From 8aaa1c279f7c05a22dd108888d425565fc43e26f Mon Sep 17 00:00:00 2001 From: Vince <vince.reuter@g...> Date: Thu, 5 Aug 2021 16:40:05 -0400 Subject: [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) https://github.com/ruby/ruby/blob/trunk/lib/csv.rb#L502 # [" 1 ", #<struct CSV::FieldInfo index=1, line=2, header=nil>] # [" baz ", #<struct CSV::FieldInfo index=0, line=3, header=nil>] # [" 2 ", #<struct CSV::FieldInfo index=1, line=3, header=nil>] -# 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. -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/