From 292c659b5ce2b8e01d59f87713450e6c66ca14a0 Mon Sep 17 00:00:00 2001 From: kou Date: Sun, 28 Oct 2012 06:01:06 +0000 Subject: [PATCH] * lib/rexml/document.rb (REXML::Document#write): Remove needless indent in document. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ lib/rexml/document.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2d09ca1e21..efb3342152 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Oct 28 15:00:19 2012 Kouhei Sutou + + * lib/rexml/document.rb (REXML::Document#write): Remove needless + indent in document. + Sun Oct 28 14:59:14 2012 Kouhei Sutou * lib/rexml/document.rb (REXML::Document#write): Accept options diff --git a/lib/rexml/document.rb b/lib/rexml/document.rb index 6be13be4c5..6ac527fa83 100644 --- a/lib/rexml/document.rb +++ b/lib/rexml/document.rb @@ -181,7 +181,7 @@ module REXML # tr.write(Document.new(""), output) # # output:: - # output an object which supports '<< string'; this is where the + # output an object which supports '<< string'; this is where the # document will be written. # indent:: # An integer. If -1, no indenting will be used; otherwise, the