Explorar o código

doc: fix grammar

Tshepang Lekhonkhobe %!s(int64=10) %!d(string=hai) anos
pai
achega
2b72176330
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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