Explorar o código

Merge pull request #739 from CuriousCorrelation/master

Fix description to match example code
Valentin Gosu %!s(int64=4) %!d(string=hai) anos
pai
achega
880ae51b7f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      url/src/lib.rs

+ 1 - 1
url/src/lib.rs

@@ -2150,7 +2150,7 @@ impl Url {
     ///
     /// # Examples
     ///
-    /// Change the URL’s scheme from `https` to `foo`:
+    /// Change the URL’s scheme from `https` to `http`:
     ///
     /// ```
     /// use url::Url;