summaryrefslogtreecommitdiff
path: root/lib/rexml
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-22 14:50:03 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-22 14:50:03 +0000
commita0afa57ea41ed46ee3d0e4e45f8da4c3d0fe4e3c (patch)
treec2fea5085a2915e30a9a58d846b2da13ad1432c8 /lib/rexml
parent1ad9075734a7fd9d58920c714953ec851efcae6b (diff)
* lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):
fix a typo in comment in r39384. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rexml')
-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 c5280374ca..9daa86e6c9 100644
--- a/lib/rexml/document.rb
+++ b/lib/rexml/document.rb
@@ -262,7 +262,7 @@ module REXML
@@entity_expansion_text_limit = val
end
- # Get the entity expansion limit. By default the limit is set to 10000.
+ # Get the entity expansion limit. By default the limit is set to 10240.
def Document::entity_expansion_text_limit
return @@entity_expansion_text_limit
end