Skip to content

Commit

Permalink
docs(client): fix typo in httpbin.org domain (#2406)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeroelens authored Jan 19, 2021
1 parent f821ecd commit ec2fd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ where
///
/// let req = Request::builder()
/// .method("POST")
/// .uri("http://httpin.org/post")
/// .uri("http://httpbin.org/post")
/// .body(Body::from("Hallo!"))
/// .expect("request builder");
///
Expand Down

0 comments on commit ec2fd4a

Please sign in to comment.