aboutsummaryrefslogtreecommitdiffhomepage
path: root/pingora-http
diff options
context:
space:
mode:
authorYuchen Wu <[email protected]>2024-03-29 15:42:20 -0700
committerAndrew Hauck <[email protected]>2024-04-05 11:46:20 -0700
commitdfcd3d1d9f493b830e97757ba8d43c07ee81c030 (patch)
tree0cfa357cd4257b0ea2b7c2d116c937426190b1cd /pingora-http
parent3c5d99c3f49a8d40a0fc16895b148dea9ea18e8d (diff)
downloadpingora-dfcd3d1d9f493b830e97757ba8d43c07ee81c030.tar.gz
pingora-dfcd3d1d9f493b830e97757ba8d43c07ee81c030.zip
Fix typos and grammar issues in docs
And other things. Co-authored-by: DimanNe <[email protected]> Co-authored-by: Xiaobo Liu <[email protected]> Co-authored-by: houseme <[email protected]> Co-authored-by: lilo <[email protected]> Co-authored-by: Yang He <[email protected]>
Diffstat (limited to 'pingora-http')
-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,