Skip to content

Commit

Permalink
doc: Match text to the struct name (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Aug 5, 2021
1 parent 3025070 commit 744e411
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 @@ -513,7 +513,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 744e411

Please sign in to comment.