소스 검색

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;