We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c84cf9 commit 1d15c83Copy full SHA for 1d15c83
src/response.rs
@@ -284,7 +284,7 @@ impl Response {
284
/// Read the body as JSON.
285
///
286
/// This consumes the response. If you want to read the body without
287
- /// consuming the request, consider using the `take_body` method and
+ /// consuming the response, consider using the `take_body` method and
288
/// then calling `Body::into_json` or using the Response's AsyncRead
289
/// implementation to read the body.
290
0 commit comments