Skip to content

Commit

Permalink
Fix typo in docs (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
walfie committed Apr 28, 2021
1 parent 73c723e commit 1179d6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/header/name.rs
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion util/src/main.rs
Expand Up @@ -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.
Expand Down

0 comments on commit 1179d6f

Please sign in to comment.