From 4e529bb94c2b20f527112580624b50d52a132715 Mon Sep 17 00:00:00 2001 From: renshuncui Date: Fri, 21 Jun 2024 20:40:33 +0800 Subject: [PATCH] chore: fix some comments Signed-off-by: renshuncui --- src/client/conn/http1.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/conn/http1.rs b/src/client/conn/http1.rs index 2a9ca4f6e5..de72758284 100644 --- a/src/client/conn/http1.rs +++ b/src/client/conn/http1.rs @@ -376,7 +376,7 @@ impl Builder { /// Set whether HTTP/1 connections will silently ignored malformed header lines. /// - /// If this is enabled and and a header line does not start with a valid header + /// If this is enabled and a header line does not start with a valid header /// name, or does not include a colon at all, the line will be silently ignored /// and no error will be reported. ///