1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix a typo [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2020-12-14 10:26:04 +09:00
parent 66756c6d42
commit 85a7f723c3
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -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">