Skip to content

Commit

Permalink
[ruby/csv] doc: Match text to the struct name (ruby/csv#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter authored and kou committed Oct 23, 2021
1 parent e40baca commit 8aaa1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/csv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
# [" 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.
Expand Down

0 comments on commit 8aaa1c2

Please sign in to comment.