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