diff --git a/src/body.rs b/src/body.rs index c673f62..e31653e 100644 --- a/src/body.rs +++ b/src/body.rs @@ -59,8 +59,8 @@ impl Body { } /// Create a `Body` from a `Read` where the size is known in advance - /// advance, but the data should not be loaded in full to memory. This will - /// set the `Content-Length` header, and stream from the `Read`. + /// but the data should not be fully loaded into memory. This will + /// set the `Content-Length` header and stream from the `Read`. /// /// ```rust /// # use std::fs::File;