Skip to content

Commit 057321c

Browse files
authored
Merge pull request #178 from altunenes/patch-1
tiny typo
2 parents d75288f + 5da039f commit 057321c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ impl Config {
565565
self
566566
}
567567

568-
/// Deprecated in favor fo the `probe` function
568+
/// Deprecated in favor of the `probe` function
569569
#[doc(hidden)]
570570
pub fn find(&self, name: &str) -> Result<Library, String> {
571571
self.probe(name).map_err(|e| e.to_string())

0 commit comments

Comments
 (0)