diff --git a/src/client/legacy/client.rs b/src/client/legacy/client.rs index 0e2cae0..0518392 100644 --- a/src/client/legacy/client.rs +++ b/src/client/legacy/client.rs @@ -1519,7 +1519,7 @@ impl Builder { self } - /// Builder a client with this configuration and the default `HttpConnector`. + /// Build a client with this configuration and the default `HttpConnector`. #[cfg(feature = "tokio")] pub fn build_http(&self) -> Client where