Przeglądaj źródła

doc: fix grammar

Tshepang Lekhonkhobe 10 lat temu
rodzic
commit
2b72176330
1 zmienionych plików z 1 dodań i 1 usunięć
  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