1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 00:21:08 +01: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