mirror of
https://github.com/openharmony/third_party_rust_http.git
synced 2026-06-30 20:47:55 -04:00
Fix typo in docs (#482)
This commit is contained in:
+1
-1
@@ -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
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user