summaryrefslogtreecommitdiff
path: root/lib/rexml/document.rb
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 /lib/rexml/document.rb
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
Diffstat (limited to 'lib/rexml/document.rb')
-rw-r--r--lib/rexml/document.rb2
1 files changed, 1 insertions, 1 deletions
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