diff --git a/src/lib.rs b/src/lib.rs index fe871a472..ad70d0213 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -824,7 +824,7 @@ impl Url { /// Return an object with methods to manipulate this URL’s path segments. /// - /// Return `Err(())` if this URl is cannot-be-a-base. + /// Return `Err(())` if this URL is cannot-be-a-base. pub fn path_segments_mut(&mut self) -> Result { if self.cannot_be_a_base() { Err(())