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. ///