merge revision(s) 39388:

* 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/branches/ruby_2_0_0@39660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2013-03-09 13:08:27 +00:00
parent 2cec010eec
commit c6a99bc5a0
3 changed files with 7 additions and 2 deletions

View file

@ -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