From 85a7f723c300c45c8fff40c2595422e13a8d9237 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Mon, 14 Dec 2020 10:26:04 +0900 Subject: Fix a typo [ci skip] --- doc/csv/recipes/parsing.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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: # # # @@ -540,4 +540,4 @@ Output: # # # - # \ No newline at end of file + # -- cgit v1.2.3