Skip to content

Commit

Permalink
Merge pull request #55 from MarijnS95/patch-2
Browse files Browse the repository at this point in the history
Fix `exec*table` typo in main doc comment
  • Loading branch information
harryfei authored Apr 9, 2022
2 parents ca9cc93 + ab8f506 commit cd6add3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ use crate::checker::{CompositeChecker, ExecutableChecker, ExistedChecker};
pub use crate::error::*;
use crate::finder::Finder;

/// Find a exectable binary's path by name.
/// Find an executable binary's path by name.
///
/// If given an absolute path, returns it if the file exists and is executable.
///
Expand Down

0 comments on commit cd6add3

Please sign in to comment.