[前][次][番号順一覧][スレッド一覧]

ruby-changes:64132

From: Kazuhiro <ko1@a...>
Date: Mon, 14 Dec 2020 10:26:52 +0900 (JST)
Subject: [ruby-changes:64132] 85a7f723c3 (master): Fix a typo [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=85a7f723c3

From 85a7f723c300c45c8fff40c2595422e13a8d9237 Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Mon, 14 Dec 2020 10:26:04 +0900
Subject: Fix a typo [ci skip]


diff --git a/doc/csv/recipes/parsing.rdoc b/doc/csv/recipes/parsing.rdoc
index 9640c55..6312cea 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 https://github.com/ruby/ruby/blob/trunk/doc/csv/recipes/parsing.rdoc#L81
   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: https://github.com/ruby/ruby/blob/trunk/doc/csv/recipes/parsing.rdoc#L540
   #<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>
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]