Tshepang Lekhonkhobe 10 лет назад
Родитель
Сommit
2b72176330
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -368,7 +368,7 @@ impl Url {
 
     /// Return the origin of this URL (https://url.spec.whatwg.org/#origin)
     ///
-    /// Note: this return an opaque origin for `file:` URLs, which causes
+    /// Note: this returns an opaque origin for `file:` URLs, which causes
     /// `url.origin() != url.origin()`.
     ///
     /// # Examples