Browse Source

Merge pull request #739 from CuriousCorrelation/master

Fix description to match example code
Valentin Gosu 4 năm trước cách đây
mục cha
commit
880ae51b7f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;