Skip to content

Commit

Permalink
Be more detailed in documentation of set_query (#737)
Browse files Browse the repository at this point in the history
* Be more detailed in documentation of set_query

* Remove trailing space

---------

Co-authored-by: Martin Robinson <mrobinson@igalia.com>
  • Loading branch information
philippeitis and mrobinson committed Nov 24, 2023
1 parent 00e9e18 commit 92f356e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion url/src/lib.rs
Expand Up @@ -1524,7 +1524,8 @@ impl Url {
}
}

/// Change this URL’s query string.
/// Change this URL’s query string. If `query` is `None`, this URL's
/// query string will be cleared.
///
/// # Examples
///
Expand Down

0 comments on commit 92f356e

Please sign in to comment.