Simon Sapin %!s(int64=9) %!d(string=hai) anos
pai
achega
7b87128f0a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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