1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-02-19 20:36:16 +00:00

fix ClientResponse::body doc

fixes #2589
This commit is contained in:
Rob Ede 2022-01-19 15:52:16 +00:00
parent 2ffc21dd4f
commit ad159f5219
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -160,7 +160,6 @@ where
/// ///
/// # Errors /// # Errors
/// `Future` implementation returns error if: /// `Future` implementation returns error if:
/// - content type is not `application/json`
/// - content length is greater than [limit](JsonBody::limit) (default: 2 MiB) /// - content length is greater than [limit](JsonBody::limit) (default: 2 MiB)
/// ///
/// # Examples /// # Examples