This commit is contained in:
Samuel Guerra 2021-03-21 14:10:52 -03:00
parent e413f0425d
commit 7f211a7121
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ fn doc(mut args: Vec<&str>) {
match std::env::var_os("BROWSER") {
Some(browser) => {
if let Err(e) = std::process::Command::new(&browser).arg(path).status() {
error(f!("Couldn't open docs with {}: {}", browser.to_string_lossy(), e));
error(f!("couldn't open docs with {}: {}", browser.to_string_lossy(), e));
}
}
None => {