Skip to content

Commit

Permalink
Merge pull request #254 from csirkeee/master
Browse files Browse the repository at this point in the history
Minor documentation fix
  • Loading branch information
seanmonstar authored Feb 6, 2018
2 parents be482fa + de402ce commit f241fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ impl RequestBuilder {
/// be called multiple times and that existing query parameters are not
/// overwritten if the same key is used. The key will simply show up
/// twice in the query string.
/// Calling `.query([("foo", "a"), ("foo", "b")])` gives `"foo=a&boo=b"`.
/// Calling `.query(&[("foo", "a"), ("foo", "b")])` gives `"foo=a&boo=b"`.
///
/// ```rust
/// # use reqwest::Error;
Expand Down

0 comments on commit f241fce

Please sign in to comment.