Skip to content

Commit

Permalink
refactor: fix spelling mistake (#2253)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnjrk committed Apr 21, 2024
1 parent de5dbb1 commit 5806063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/async_impl/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ impl From<Response> for Body {
}

// I'm not sure this conversion is that useful... People should be encouraged
// to use `http::Resposne`, not `reqwest::Response`.
// to use `http::Response`, not `reqwest::Response`.
impl<T: Into<Body>> From<http::Response<T>> for Response {
fn from(r: http::Response<T>) -> Response {
use crate::response::ResponseUrl;
Expand Down

0 comments on commit 5806063

Please sign in to comment.