summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-28 06:01:06 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-28 06:01:06 +0000
commit292c659b5ce2b8e01d59f87713450e6c66ca14a0 (patch)
tree96b3eb4a9ee958f27326169f8edb7bffa2ec2e46
parentde2e09e0bcf61fa54572feb6ed2e432ac003fe3d (diff)
* 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
-rw-r--r--ChangeLog5
-rw-r--r--lib/rexml/document.rb2
2 files changed, 6 insertions, 1 deletions
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 <kou@cozmixng.org>
+
+ * lib/rexml/document.rb (REXML::Document#write): Remove needless
+ indent in document.
+
Sun Oct 28 14:59:14 2012 Kouhei Sutou <kou@cozmixng.org>
* 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("<a><b/></a>"), 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