aboutsummaryrefslogtreecommitdiffhomepage
path: root/pingora-http/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'pingora-http/src/lib.rs')
-rw-r--r--pingora-http/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/pingora-http/src/lib.rs b/pingora-http/src/lib.rs
index 681bcfb..b616743 100644
--- a/pingora-http/src/lib.rs
+++ b/pingora-http/src/lib.rs
@@ -148,7 +148,7 @@ impl RequestHeader {
/// Append the header name and value to `self`.
///
- /// If there are already some header under the same name, a new value will be added without
+ /// If there are already some headers under the same name, a new value will be added without
/// any others being removed.
pub fn append_header(
&mut self,
@@ -377,7 +377,7 @@ impl ResponseHeader {
/// Append the header name and value to `self`.
///
- /// If there are already some header under the same name, a new value will be added without
+ /// If there are already some headers under the same name, a new value will be added without
/// any others being removed.
pub fn append_header(
&mut self,