Browse Source

doc: fix grammar

Tshepang Lekhonkhobe 10 years ago
parent
commit
2b72176330
1 changed files with 1 additions and 1 deletions
  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)
     /// 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()`.
     /// `url.origin() != url.origin()`.
     ///
     ///
     /// # Examples
     /// # Examples