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