Skip to content

Commit

Permalink
docs: Fix typo in legacy/client.rs (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabijanC committed Apr 30, 2024
1 parent 5688b27 commit f1142a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/legacy/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<B>(&self) -> Client<HttpConnector, B>
where
Expand Down

0 comments on commit f1142a4

Please sign in to comment.