Simon Sapin il y a 9 ans
Parent
commit
7b87128f0a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -257,7 +257,7 @@ impl Url {
     /// Parse a string as an URL, with this URL as the base URL.
     ///
     /// Note: a trailing slash is significant.
-    /// Without at, the last path component is considered to be a “file” name
+    /// Without it, the last path component is considered to be a “file” name
     /// to be removed to get at the “directory” that is used as the base:
     ///
     /// # Examples