From d274ab1a8969b8d7c238f1f8debdfdf76213aa73 Mon Sep 17 00:00:00 2001 From: FabijanC Date: Tue, 30 Apr 2024 13:24:31 +0200 Subject: [PATCH] Fix typo in legacy/client.rs --- src/client/legacy/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/legacy/client.rs b/src/client/legacy/client.rs index 0e2cae0b..0518392b 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