Fix a typo [ci skip]
This commit is contained in:
parent
66756c6d42
commit
85a7f723c3
@ -81,7 +81,7 @@ Use instance method CSV#each with option +headers+ to read a source \String one
|
||||
CSV.new(string, headers: true).each do |row|
|
||||
p row
|
||||
end
|
||||
Ouput:
|
||||
Output:
|
||||
#<CSV::Row "Name":"foo" "Value":"0">
|
||||
#<CSV::Row "Name":"bar" "Value":"1">
|
||||
#<CSV::Row "Name":"baz" "Value":"2">
|
||||
@ -540,4 +540,4 @@ Output:
|
||||
#<struct CSV::FieldInfo index=0, line=2, header=nil>
|
||||
#<struct CSV::FieldInfo index=1, line=2, header=nil>
|
||||
#<struct CSV::FieldInfo index=0, line=3, header=nil>
|
||||
#<struct CSV::FieldInfo index=1, line=3, header=nil>
|
||||
#<struct CSV::FieldInfo index=1, line=3, header=nil>
|
||||
|
Loading…
x
Reference in New Issue
Block a user