From 53826c9ee91684f4299e3e7a43b6bc1bad645033 Mon Sep 17 00:00:00 2001 From: walfie Date: Tue, 27 Apr 2021 20:54:14 -0400 Subject: [PATCH] Fix typo in docs (#482) --- src/header/name.rs | 2 +- util/src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/header/name.rs b/src/header/name.rs index 2620b16..eb17a42 100644 --- a/src/header/name.rs +++ b/src/header/name.rs @@ -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. diff --git a/util/src/main.rs b/util/src/main.rs index fccf5da..915cf0b 100644 --- a/util/src/main.rs +++ b/util/src/main.rs @@ -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.