Simon Sapin 9 年之前
父節點
當前提交
7b87128f0a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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