mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	Fix a typo [ci skip]
This commit is contained in:
		
							parent
							
								
									3e1d32a233
								
							
						
					
					
						commit
						8560f34246
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								io.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								io.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -13413,7 +13413,7 @@ set_LAST_READ_LINE(VALUE val, ID _x, VALUE *_y)
 | 
			
		|||
 *  - #readchar:: Returns the next character read from +self+;
 | 
			
		||||
 *                same as #getc, but raises an exception on end-of-file.
 | 
			
		||||
 *  - #readline:: Returns the next line read from +self+;
 | 
			
		||||
 *                same as #getline, but raises an exceptin of end-of-file.
 | 
			
		||||
 *                same as #getline, but raises an exception of end-of-file.
 | 
			
		||||
 *  - #readlines:: Returns an array of all lines read read from +self+.
 | 
			
		||||
 *  - #readpartial:: Returns up to the given number of bytes from +self+.
 | 
			
		||||
 *
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue