mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 07:04:04 +00:00 
			
		
		
		
	Fix doc comment typo
This commit is contained in:
		
				
					committed by
					
						 David Peter
						David Peter
					
				
			
			
				
	
			
			
			
						parent
						
							6aa002850c
						
					
				
				
					commit
					6b6a8f8e16
				
			| @@ -195,8 +195,8 @@ fn run_controller(config: &Config) -> Result<bool> { | |||||||
|     controller.run() |     controller.run() | ||||||
| } | } | ||||||
|  |  | ||||||
| /// Returns `Err(..)` upon fatal errors. Otherwise, returns `Some(true)` on full success and | /// Returns `Err(..)` upon fatal errors. Otherwise, returns `Ok(true)` on full success and | ||||||
| /// `Some(false)` if any intermediate errors occurred (were printed). | /// `Ok(false)` if any intermediate errors occurred (were printed). | ||||||
| fn run() -> Result<bool> { | fn run() -> Result<bool> { | ||||||
|     let app = App::new()?; |     let app = App::new()?; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user