Skip to content

Commit 1d15c83

Browse files
yoshuawuytsphansch
andcommitted
Fix typo in response
Co-Authored-By: Phil Hansch <[email protected]>
1 parent 0c84cf9 commit 1d15c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/response.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ impl Response {
284284
/// Read the body as JSON.
285285
///
286286
/// This consumes the response. If you want to read the body without
287-
/// consuming the request, consider using the `take_body` method and
287+
/// consuming the response, consider using the `take_body` method and
288288
/// then calling `Body::into_json` or using the Response's AsyncRead
289289
/// implementation to read the body.
290290
///

0 commit comments

Comments
 (0)