Преглед изворни кода

Merge pull request #739 from CuriousCorrelation/master

Fix description to match example code
Valentin Gosu пре 4 година
родитељ
комит
880ae51b7f
1 измењених фајлова са 1 додато и 1 уклоњено
  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;