Skip to content

Commit 744e411

Browse files
authored
doc: Match text to the struct name (#217)
1 parent 3025070 commit 744e411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/csv.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@
513513
# [" 1 ", #<struct CSV::FieldInfo index=1, line=2, header=nil>]
514514
# [" baz ", #<struct CSV::FieldInfo index=0, line=3, header=nil>]
515515
# [" 2 ", #<struct CSV::FieldInfo index=1, line=3, header=nil>]
516-
# Each CSV::Info object shows:
516+
# Each CSV::FieldInfo object shows:
517517
# - The 0-based field index.
518518
# - The 1-based line index.
519519
# - The field header, if any.

0 commit comments

Comments
 (0)