Skip to content

Commit 880ae51

Browse files
authored
Merge pull request #739 from CuriousCorrelation/master
Fix description to match example code
2 parents d34c8b3 + a5ccae7 commit 880ae51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

url/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2150,7 +2150,7 @@ impl Url {
21502150
///
21512151
/// # Examples
21522152
///
2153-
/// Change the URL’s scheme from `https` to `foo`:
2153+
/// Change the URL’s scheme from `https` to `http`:
21542154
///
21552155
/// ```
21562156
/// use url::Url;

0 commit comments

Comments
 (0)