Fix typo in docs (#482)

This commit is contained in:
walfie
2021-04-27 20:54:14 -04:00
committed by GitHub
parent 6a91d66523
commit 53826c9ee9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -397,7 +397,7 @@ standard_headers! {
/// media types and not only to textual documents.
(ContentLanguage, CONTENT_LANGUAGE, "content-language");
/// Indicates the size fo the entity-body.
/// Indicates the size of the entity-body.
///
/// The header value must be a decimal indicating the number of octets sent
/// to the recipient.
+1 -1
View File
@@ -326,7 +326,7 @@ standard_headers! {
"content-language";
r#"
/// Indicates the size fo the entity-body.
/// Indicates the size of the entity-body.
///
/// The header value must be a decimal indicating the number of octets sent
/// to the recipient.