mirror of
https://github.com/actix/actix-web.git
synced 2024-11-29 04:51:13 +00:00
docs(actix-web): add missing 'that' to doc comments for Compress middleware (#3304)
docs(actix-web): add missing 'that' in doc comments for Compress middleware
This commit is contained in:
parent
d2150a3312
commit
ba7bddeadc
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ use crate::{
|
||||||
/// considered in this selection process.
|
/// considered in this selection process.
|
||||||
///
|
///
|
||||||
/// # Pre-compressed Payload
|
/// # Pre-compressed Payload
|
||||||
/// If you are serving some data is already using a compressed representation (e.g., a gzip
|
/// If you are serving some data that is already using a compressed representation (e.g., a gzip
|
||||||
/// compressed HTML file from disk) you can signal this to `Compress` by setting an appropriate
|
/// compressed HTML file from disk) you can signal this to `Compress` by setting an appropriate
|
||||||
/// `Content-Encoding` header. In addition to preventing double compressing the payload, this header
|
/// `Content-Encoding` header. In addition to preventing double compressing the payload, this header
|
||||||
/// is required by the spec when using compressed representations and will inform the client that
|
/// is required by the spec when using compressed representations and will inform the client that
|
||||||
|
|
Loading…
Reference in a new issue