ruby-changes:27336
From: nagachika <ko1@a...>
Date: Fri, 22 Feb 2013 23:50:18 +0900 (JST)
Subject: [ruby-changes:27336] nagachika:r39388 (trunk): * lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):
nagachika 2013-02-22 23:50:03 +0900 (Fri, 22 Feb 2013) New Revision: 39388 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39388 Log: * lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit): fix a typo in comment in r39384. Modified files: trunk/ChangeLog trunk/lib/rexml/document.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 39387) +++ ChangeLog (revision 39388) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Fri Feb 22 23:46:20 2013 CHIKANAGA Tomoyuki <nagachika@r...> + + * lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit): + fix a typo in comment in r39384. + Fri Feb 22 18:31:46 2013 Aaron Patterson <aaron@t...> * lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit): Index: lib/rexml/document.rb =================================================================== --- lib/rexml/document.rb (revision 39387) +++ lib/rexml/document.rb (revision 39388) @@ -262,7 +262,7 @@ module REXML https://github.com/ruby/ruby/blob/trunk/lib/rexml/document.rb#L262 @@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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/