Skip to content

Commit f1142a4

Browse files
authored
docs: Fix typo in legacy/client.rs (#120)
1 parent 5688b27 commit f1142a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/legacy/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,7 @@ impl Builder {
15191519
self
15201520
}
15211521

1522-
/// Builder a client with this configuration and the default `HttpConnector`.
1522+
/// Build a client with this configuration and the default `HttpConnector`.
15231523
#[cfg(feature = "tokio")]
15241524
pub fn build_http<B>(&self) -> Client<HttpConnector, B>
15251525
where

0 commit comments

Comments
 (0)