mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* 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
This commit is contained in:
		
							parent
							
								
									1ad9075734
								
							
						
					
					
						commit
						a0afa57ea4
					
				
					 2 changed files with 6 additions and 1 deletions
				
			
		|  | @ -1,3 +1,8 @@ | |||
| Fri Feb 22 23:46:20 2013  CHIKANAGA Tomoyuki  <nagachika@ruby-lang.org> | ||||
| 
 | ||||
| 	* 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@tenderlovemaking.com> | ||||
| 
 | ||||
| 	* lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit): | ||||
|  |  | |||
|  | @ -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 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 nagachika
						nagachika