summaryrefslogtreecommitdiff
path: root/lib/rexml
diff options
context:
space:
mode:
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