diff --git a/src/lib.rs b/src/lib.rs index 93e34c6..43bcb4b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -565,7 +565,7 @@ impl Config { self } - /// Deprecated in favor fo the `probe` function + /// Deprecated in favor of the `probe` function #[doc(hidden)] pub fn find(&self, name: &str) -> Result { self.probe(name).map_err(|e| e.to_string())