aboutsummaryrefslogtreecommitdiffstats
path: root/doc/csv
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-12-14 10:26:04 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-12-14 10:26:04 +0900
commit85a7f723c300c45c8fff40c2595422e13a8d9237 (patch)
treea094ad12773cd3c9f7f8e147a9bd4908f8a525d1 /doc/csv
parent66756c6d4234c5908213ada7934f8773fa7bebc6 (diff)
downloadruby-85a7f723c300c45c8fff40c2595422e13a8d9237.tar.gz
Fix a typo [ci skip]
Diffstat (limited to 'doc/csv')
-rw-r--r--doc/csv/recipes/parsing.rdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/csv/recipes/parsing.rdoc b/doc/csv/recipes/parsing.rdoc
index 9640c5522f..6312cea5c4 100644
--- a/doc/csv/recipes/parsing.rdoc
+++ b/doc/csv/recipes/parsing.rdoc
@@ -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> \ No newline at end of file
+ #<struct CSV::FieldInfo index=1, line=3, header=nil>