Fix description to match example code
@@ -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;